Sha256: 2f574196bab1c12577dd8a1542ba717ded6048e53a1e822dca8313cc6a2ac2ef

Contents?: true

Size: 909 Bytes

Versions: 62

Compression:

Stored size: 909 Bytes

Contents

= append_partials('storefront.inquiry_mailer.top')

- content_for :preheader_text do
  = t('workarea.storefront.email.inquiry.heading', subject: @inquiry.full_subject)

%tr
  %td
    %h1= t('workarea.storefront.email.inquiry.heading', subject: @inquiry.full_subject)
    .align-left
      %p
        %strong= "#{t('workarea.storefront.email.inquiry.name')}:"
        = @inquiry.name
      %p
        %strong= "#{t('workarea.storefront.email.inquiry.email')}:"
        = @inquiry.email
      - if @inquiry.order_id.present?
        %p
          %strong= "#{t('workarea.storefront.email.inquiry.order_id')}:"
          = @inquiry.order_id
      %p
        %strong= "#{t('workarea.storefront.email.inquiry.subject')}:"
        = @inquiry.full_subject
      %p
        %strong= "#{t('workarea.storefront.email.inquiry.message')}:"
        = @inquiry.message

= append_partials('storefront.inquiry_mailer.bottom')

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.13 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.12 app/views/workarea/storefront/inquiry_mailer/created.html.haml