Sha256: b55c5f253a8a84ee730987d2170a5cb243e5e59f6ae541024915e14a9f0faa98

Contents?: true

Size: 484 Bytes

Versions: 34

Compression:

Stored size: 484 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--33-at-medium.grid__cell--16-at-wide
          .product-summary.product-summary--small{ itemscope: true, itemtype: 'http://schema.org/Product' }
            = render 'workarea/storefront/products/summary', product: product

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-storefront-3.4.25 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.13 app/views/workarea/storefront/content_blocks/_product_insights.html.haml
workarea-storefront-3.4.12 app/views/workarea/storefront/content_blocks/_product_insights.html.haml