Sha256: 70d93bb0ffd11aee11b249c381333180b220e018fb9b35d15dff17d1da234032
Contents?: true
Size: 623 Bytes
Versions: 5
Compression:
Stored size: 623 Bytes
Contents
<h1><%= t(:sales_totals) %> </h1> <table class="admin-report" data-hook="sales_total"> <tbody> <tr> <th scope="row"><%= t(:item_total) %>:</th> <td align="right"><%= money @item_total %></td> </tr> <tr> <th scope="row"><%= t(:adjustment_total) %>:</th> <td align="right"><%= money @adjustment_total %></td> </tr> <tr> <th scope="row"><%= t(:sales_total) %>:</th> <td align="right"><%= money @sales_total %></td> </tr> </tbody> </table> <% content_for :sidebar do %> <%= render :partial => 'spree/admin/shared/report_criteria', :locals => {} %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems