Sha256: e2eda8f570b81389313641daec7221c3b68a59a40bb11e2c5963124e07b96670

Contents?: true

Size: 429 Bytes

Versions: 8

Compression:

Stored size: 429 Bytes

Contents

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

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

<p>
  <b>
  <%= t('mailers.from') %>:
  </b>
  <%= "#{@client.first_names} (#{@client.email})" %>
</p>

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pwb-1.3.0 app/views/pwb/mailers/general_enquiry_targeting_agency.html.erb
pwb-1.2.0 app/views/pwb/mailers/general_enquiry_targeting_agency.html.erb
pwb-1.1.1 app/views/pwb/mailers/general_enquiry_targeting_agency.html.erb
pwb-1.0.0 app/views/pwb/mailers/general_enquiry_targeting_agency.html.erb
pwb-0.1.1 app/views/pwb/mailers/general_enquiry_targeting_agency.html.erb
pwb-0.1.0 app/views/pwb/mailers/general_enquiry_targeting_agency.html.erb
pwb-0.0.2 app/views/pwb/mailers/general_enquiry_targeting_agency.html.erb
pwb-0.0.1 app/views/pwb/mailers/general_enquiry_targeting_agency.html.erb