Sha256: b19507c6cf144bc432e76d46c857071a11ba4f789b11e903c9c162eb79fbbc76

Contents?: true

Size: 541 Bytes

Versions: 28

Compression:

Stored size: 541 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--33-at-medium.grid__cell--16-at-wide
          %div.product-summary.product-summary--small
            = render 'workarea/storefront/products/summary', product: product

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workarea-storefront-3.5.6 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.5 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.4 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.3 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.2 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.1 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.0 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.0.beta.1 app/views/workarea/storefront/content_blocks/_product_list.html.haml