Sha256: d1c2b836a6dd55edda0af5044392d22b4dc5e8efea1888bc21da291564c2add0

Contents?: true

Size: 938 Bytes

Versions: 28

Compression:

Stored size: 938 Bytes

Contents

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

    - if @recent_views.products.any?
      .recent-views__section.recent-views__section--products
        %h2.recent-views__heading= t('workarea.storefront.recommendations.recent_products')
        - @recent_views.products.each do |product|
          = render_schema_org(product_schema(product))
          .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/aside.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.15 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/recent_views/aside.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/recent_views/aside.html.haml