Sha256: 89e4f4df44aef2f67656f639934d0a714120ff62d3a9fb58e18dc8e57d99ec86
Contents?: true
Size: 851 Bytes
Versions: 62
Compression:
Stored size: 851 Bytes
Contents
.insight .insight__date %span.insight__period= insight.reporting_on.strftime('%B %Y') .insight__heading= t('workarea.admin.insights.best_full_price_customers.title') .insight__body %p.insight__note= t('workarea.admin.insights.best_full_price_customers.info') %table %thead %tr %th= t('workarea.admin.fields.email') %th.align-center= t('workarea.admin.fields.last_purchase') %th.align-center= t('workarea.admin.fields.total_orders') %th.align-right= t('workarea.admin.fields.revenue') %tbody - insight.results.each do |result| %tr %td= result._id %td.align-center= local_time_ago(result.last_order_at) %td.align-center= number_with_delimiter result.orders %td.align-right= number_to_currency(result.revenue)
Version data entries
62 entries across 62 versions & 1 rubygems