% content_for :page_title do %> <%= Spree.t(:sales_totals) %> <% end %> <% content_for :page_actions do %> <%= back_to_list_button(Spree.t(:report), admin_reports_path) %> <% end %>
<%= Spree.t(:currency) %> | <%= Spree.t(:item_total) %> | <%= Spree.t(:adjustment_total) %> | <%= Spree.t(:sales_total) %> |
---|---|---|---|
<%= key %> | <%= row[:item_total].format %> | <%= row[:adjustment_total].format %> | <%= row[:sales_total].format %> |