Sha256: 2860365c65f289db864385e665bc01ce417e7528fcf677711cc38c87ab152542

Contents?: true

Size: 1.11 KB

Versions: 62

Compression:

Stored size: 1.11 KB

Contents

.insight
  .insight__date
    %span.insight__period= t('workarea.admin.insights.week_ending', date: insight.reporting_on.end_of_week.to_date.to_s(:long))
  .insight__heading= t('workarea.admin.insights.products_purchased_together.title')
  .insight__body
    %p.insight__note= t('workarea.admin.insights.products_purchased_together.info')
    %table
      %thead
        %tr
          %th.align-center= t('workarea.admin.fields.name')
          %th.align-center= t('workarea.admin.fields.orders')
          %th.align-center= t('workarea.admin.fields.related_product')
      %tbody
        - insight.results.each do |result|
          %tr
            %td.align-center
              - if result.product.blank?
                = result.product_id
              - else
                = link_to result.product.name, catalog_product_path(result.product)
            %td.align-center= result.orders
            %td.align-center
              - if result.related_product.blank?
                = result.related_product_id
              - else
                = link_to result.related_product.name, catalog_product_path(result.related_product)

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.4.27 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.5.4 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.26 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.5.3 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.25 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.5.2 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.24 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.5.1 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.23 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.22 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.5.0 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.21 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.5.0.beta.1 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.20 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.19 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.18 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.17 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.16 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.15 app/views/workarea/admin/insights/_products_purchased_together.html.haml
workarea-admin-3.4.14 app/views/workarea/admin/insights/_products_purchased_together.html.haml