Sha256: 78204482cce9fc39e2aeccc7a3918249ac63b133c0c48c8ec3eb8ed6930bff5b
Contents?: true
Size: 829 Bytes
Versions: 62
Compression:
Stored size: 829 Bytes
Contents
.insight .insight__date %span.insight__period= insight.reporting_on.strftime('%B %Y') .insight__heading= t('workarea.admin.insights.best_customers.title') .insight__body %p.insight__note= t('workarea.admin.insights.best_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