Sha256: 2deeb0c6fd0d78142cf45ee7b6ab5316d7f2557fc9428354602405fbdc81a86a

Contents?: true

Size: 461 Bytes

Versions: 3

Compression:

Stored size: 461 Bytes

Contents

.product-insights-content-block
  - if local_assigns[:title].present?
    .product-insights-content-block__heading= title

  - if view_model.products.present?
    .grid
      - view_model.products.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/content_blocks/_product_insights.html.haml
workarea-nvy_theme-1.1.3 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-nvy_theme-1.1.2 app/views/workarea/storefront/content_blocks/_product_insights.html.haml