Sha256: 3c983090bccb05fe0882b65b9743984019903d649b4ecfcfacc6ff59eb081328

Contents?: true

Size: 781 Bytes

Versions: 3

Compression:

Stored size: 781 Bytes

Contents

- content_for :preheader_text do
  = @content

%tr
  %td
    != @content

    %table.product-grid
      %tr
        %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

    %p
      %strong= link_to t('workarea.storefront.email.review_request.link'), review_request_url(@request.token), class: 'button'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workarea-reviews-3.0.10 app/views/workarea/storefront/review_mailer/review_request.html.haml
workarea-reviews-3.0.9 app/views/workarea/storefront/review_mailer/review_request.html.haml
workarea-reviews-3.0.8 app/views/workarea/storefront/review_mailer/review_request.html.haml