Sha256: 99fbdb60f8bf14ada8d1fe1158dd6692dd4b490bcc4f27816ce566d1e78a9776

Contents?: true

Size: 456 Bytes

Versions: 2

Compression:

Stored size: 456 Bytes

Contents

- if @recommendations.any?
  %section.recommendations{ role: 'presentation' }
    %h2.recommendations__heading= t('workarea.storefront.recommendations.personalized_heading')
    .recommendations__products
      .grid
        - @recommendations.each do |product|
          .grid__cell.grid__cell--50.grid__cell--25-at-medium
            .product-summary.product-summary--small
              = render 'workarea/storefront/products/summary', product: product

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/views/workarea/storefront/recommendations/show.html.haml
workarea-nvy_theme-1.2.0 app/views/workarea/storefront/recommendations/show.html.haml