Sha256: cc394b7e434b635140b0bdc9d38960459a944d9220cc026f0e440ba1421548ce

Contents?: true

Size: 456 Bytes

Versions: 2

Compression:

Stored size: 456 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|
        = render_schema_org(product_schema(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/content_blocks/_product_insights.html.haml
workarea-nvy_theme-1.2.0 app/views/workarea/storefront/content_blocks/_product_insights.html.haml