Sha256: 99a3e2cdfc820c1161da082b21ef3a9e03a0459e872c1953f1bdc2109ad83a09

Contents?: true

Size: 569 Bytes

Versions: 2

Compression:

Stored size: 569 Bytes

Contents

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

  - if products.present?
    .grid.grid--flush{ data: { analytics: product_list_analytics_data("Custom product list").to_json, slick_slider: view_model.slider_config } }
      - products.each do |product|
        = render_schema_org(product_schema(product))
        .grid__cell{ class: view_model.product_cell_size }
          %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-one_theme-1.3.1 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-one_theme-1.3.0 app/views/workarea/storefront/content_blocks/_product_list.html.haml