Sha256: 506973748f7aba5c521792d868bd400e29306b746d37da9ad0fae6728bd9a692

Contents?: true

Size: 1.08 KB

Versions: 34

Compression:

Stored size: 1.08 KB

Contents

- cache "#{product.cache_key}/summary", expires_in: Workarea.config.cache_expirations.product_summary_fragment_cache do
  %p.product-summary__media
    = link_to product_path(product, product.browse_link_options), class: 'product-summary__media-link', style: intrinsic_ratio_product_image_styles(product.primary_image), data: { analytics_product_impression: product_impression_data(product), analytics: product_click_analytics_data(product).to_json } do
      = image_tag(product_image_url(product.primary_image, :large_thumb), alt: product.name, itemprop: 'image', class: 'product-summary__media-image')

  .product-summary__info
    %p.product-summary__name{ itemprop: 'name' }= link_to product.name, product_path(product, product.browse_link_options), itemprop: 'url', data: { analytics: product_click_analytics_data(product).to_json }

    .product-prices.product-prices--summary{ itemprop: 'offers', itemscope: true, itemtype: 'http://schema.org/Offer' }
      = render 'workarea/storefront/products/pricing', product: product

    = append_partials('storefront.product_summary', product: product)

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
workarea-storefront-3.4.45 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.27 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/products/_summary.html.haml