Sha256: 39999dadab72290309a0ecff0f7b4b157a3a6782fdde84a6c4688faed4c711b3

Contents?: true

Size: 1.1 KB

Versions: 62

Compression:

Stored size: 1.1 KB

Contents

%tr
  %td
    %h2= t('workarea.storefront.email.recommendations')
    %table.product-grid{ role: 'presentation', width: '100%' }
      - recommendations.each_slice(4) do |product_row|
        %tr
          - product_row.each do |product|
            %td.stack-column-center
              %table.product-grid__product{ role: 'presentation', width: '100%' }
                %tr
                  %td.product-grid__image
                    = link_to product_url(product), class: 'product-grid__link' do
                      = image_tag(product_image_url(product.primary_image, :medium_thumb), alt: product.name)
                %tr
                  %td.product-grid__info
                    = link_to product_url(product), class: 'product-grid__link' do
                      .product-grid__name= product.name
                      .product-grid__price
                        - if product.one_price?
                          = number_to_currency product.sell_min_price
                        - else
                          = "#{number_to_currency product.sell_min_price} - #{number_to_currency product.sell_max_price}"

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.15 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.36 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.14 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.35 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.13 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.34 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.12 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.33 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.11 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.10 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.32 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.9 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.31 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.8 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.30 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.7 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.29 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.6 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.28 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.5 app/views/workarea/storefront/mailers/_recommendations.html.haml