Sha256: 00d80f1e8bf3daaf1e0de1aba3180001056f5d6f55eb8e914bbd559fde85891c

Contents?: true

Size: 1.01 KB

Versions: 28

Compression:

Stored size: 1.01 KB

Contents

- if @recent_views.products.any? || @recent_views.categories.any?
  .recent-views

    - if @recent_views.products.any?
      .recent-views__section.recent-views__section--products
        %h2.recent-views__heading= t('workarea.storefront.recommendations.recent_products')
        .grid
          - @recent_views.products.each do |product|
            = render_schema_org(product_schema(product))
            .grid__cell.grid__cell--50.grid__cell--33-at-medium.grid__cell--16-at-wide
              .product-summary.product-summary--small
                = render 'workarea/storefront/products/summary', product: product

    - if @recent_views.categories.any?
      .recent-views__section.recent-views__section--categories
        %h2.recent-views__heading= t('workarea.storefront.recommendations.recent_categories')
        %ul.recent-views__list
          - @recent_views.categories.each do |category|
            %li.recent-views__item
              = link_to category.name, category_path(category), class: 'recent-views__link'

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.15 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/recent_views/show.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/recent_views/show.html.haml