Sha256: 8badac9c9ed706b12894be1fb386338824f752e4b23e8dd5bb15920cf39f022c

Contents?: true

Size: 859 Bytes

Versions: 62

Compression:

Stored size: 859 Bytes

Contents

.insight
  .insight__date
    %span.insight__period= insight.reporting_on.strftime('%B %Y')
  .insight__heading= t('workarea.admin.insights.low_aov_customers.title')
  .insight__body
    %p.insight__note= t('workarea.admin.insights.low_aov_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.average_order_value')
      %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.average_order_value)

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.5.27 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.26 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.4.45 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.25 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.23 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.4.44 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.22 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.4.43 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.21 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.4.42 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.20 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.4.41 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.19 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.4.40 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.18 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.4.39 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.17 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.4.38 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.5.16 app/views/workarea/admin/insights/_low_aov_customers.html.haml
workarea-admin-3.4.37 app/views/workarea/admin/insights/_low_aov_customers.html.haml