Sha256: 20cbd3dd2121a8958050144112983548af2180fb44b048d382b0187a9f8c82c8

Contents?: true

Size: 546 Bytes

Versions: 34

Compression:

Stored size: 546 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|
        .grid__cell.grid__cell--50.grid__cell--33-at-medium.grid__cell--16-at-wide
          %div.product-summary.product-summary--small{ itemscope: true, itemtype: 'http://schema.org/Product' }
            = render 'workarea/storefront/products/summary', product: product

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-storefront-3.4.25 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.13 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.12 app/views/workarea/storefront/content_blocks/_product_list.html.haml