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.27 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.26 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.45 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.25 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.23 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.44 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.22 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.43 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.21 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.42 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.20 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/mailers/_recommendations.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/mailers/_recommendations.html.haml