Sha256: 89cf323f48c99ad3749406caaa3a5549f07aa43c23f05f8cac7e8a829ef8ff7f

Contents?: true

Size: 523 Bytes

Versions: 3

Compression:

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.1.4 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-nvy_theme-1.1.3 app/views/workarea/storefront/content_blocks/_product_list.html.haml
workarea-nvy_theme-1.1.2 app/views/workarea/storefront/content_blocks/_product_list.html.haml