Sha256: cc886483f15569396870feb08fb28f50f5342ce1c91f6b6bc06b95b574c8cca1

Contents?: true

Size: 518 Bytes

Versions: 2

Compression:

Stored size: 518 Bytes

Contents

.product-list-content-block
  - if local_assigns[:title].present?
    %span.product-list-content-block__heading= title

  - if products.present?
    .grid{ data: { analytics: product_list_analytics_data("Custom product list").to_json } }
      - products.each do |product|
        = render_schema_org(product_schema(product))
        .grid__cell.grid__cell--50.grid__cell--25-at-medium
          %div.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_list.html.haml
workarea-nvy_theme-1.2.0 app/views/workarea/storefront/content_blocks/_product_list.html.haml