Sha256: baffb5d33c16e2e11ad074091feb82da733dd1453ed6f18c8e40db2d58e4beb0

Contents?: true

Size: 971 Bytes

Versions: 28

Compression:

Stored size: 971 Bytes

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, class: 'product-summary__media-image')

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

    .product-prices.product-prices--summary
      = render 'workarea/storefront/products/pricing', product: product

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.15 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/products/_summary.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/products/_summary.html.haml