Sha256: de3f62a70e775daff7533e6ca91037c894907b3c22f73184915d6995dde87c7d

Contents?: true

Size: 514 Bytes

Versions: 3

Compression:

Stored size: 514 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{ itemscope: true, itemtype: 'http://schema.org/Product' }
              = render 'workarea/storefront/products/summary', product: product

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.1.4 app/views/workarea/storefront/recommendations/show.html.haml
workarea-nvy_theme-1.1.3 app/views/workarea/storefront/recommendations/show.html.haml
workarea-nvy_theme-1.1.2 app/views/workarea/storefront/recommendations/show.html.haml