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.45 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.27 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/content_blocks/_product_list.html.haml