Sha256: 173a29a7467e371f3bf081fcd87c68b171779fb9c666f98d2c0e5f3c0660a589

Contents?: true

Size: 439 Bytes

Versions: 1

Compression:

Stored size: 439 Bytes

Contents

<h4 style="text-decoration:underline"><%= @title %></h4>

<p>
  <b>
  <%= t('mailers.received_on') %>:
  </b>
  <%= @message.created_at %>
</p>

<p>
  <b>
  <%= t('mailers.from') %>:
  </b>
  <%= "#{@contact.first_name} (#{@contact.primary_email})" %>
</p>

<p>
  <b>
  <%= t('mailers.phone') %>:
  </b>
  <%= "#{@contact.primary_phone_number}" %>
</p>

<p>
  <b>
  <%= t('mailers.message') %>:
  </b>
  <br>
  <%= @message.content %>
</p>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pwb-1.4.0 app/views/pwb/mailers/general_enquiry_targeting_agency.html.erb