Separa heatmap mobile/desktop, opt-out analytics per operatori, dashboard costi con KPI e trend mensili. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
264 B
ERB
10 lines
264 B
ERB
<% content_for :body_class, "admin-body" %>
|
|
|
|
<div class="admin-page-head">
|
|
<h2 class="admin-page-title"><%= t("admin.costs.entries.new_title") %></h2>
|
|
</div>
|
|
|
|
<section class="panel">
|
|
<%= render "form", url: admin_cost_entries_path, method: :post %>
|
|
</section>
|