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.27 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.5.4 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.26 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.5.3 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.25 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.5.2 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.24 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.5.1 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.23 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.22 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.5.0 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.21 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.5.0.beta.1 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.20 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.19 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.18 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.17 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.16 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.15 app/views/workarea/storefront/inquiry_mailer/created.html.haml
workarea-storefront-3.4.14 app/views/workarea/storefront/inquiry_mailer/created.html.haml