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.27 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.15 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/content_blocks/_product_list.html.haml