% content_for :page_title do %> <%= link_to Spree.t(:reports), spree.admin_reports_url %> / <%= Spree.t(:sales_totals) %> <% 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 %> |