Sha256: 55effe42723a507c7ce98be3d8aeed5a3b5972690982add74d0f67f1ee449f54
Contents?: true
Size: 999 Bytes
Versions: 62
Compression:
Stored size: 999 Bytes
Contents
.insight .insight__date %span.insight__period= insight.reporting_on.strftime('%B %Y') .insight__heading= t('workarea.admin.insights.most_discount_given.title') .insight__body %p.insight__note= t('workarea.admin.insights.most_discount_given.info') %table %thead %tr %th= t('workarea.admin.fields.name') %th.align-center= t('workarea.admin.fields.orders') %th.align-center= t('workarea.admin.fields.percent') %th.align-right= t('workarea.admin.fields.total') %tbody - insight.results.each do |result| %tr %td - if result.discount.blank? \- - else = link_to result.discount.name, pricing_discount_path(result.discount) %td.align-center= number_with_delimiter result.orders %td.align-center= insights_number_to_percentage result.percent_of_total %td.align-right= number_to_currency result.discounts
Version data entries
62 entries across 62 versions & 1 rubygems