Sha256: 0be437d2533f299de2b3767ca216673245ed53fa99e974ce1cfe1f031b63b462
Contents?: true
Size: 644 Bytes
Versions: 8
Compression:
Stored size: 644 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> <p> <b> <%= t('mailers.property') %>: </b> <br> <div> <%= @property.title %> </div> <div> <%= @property.description %> </div> <a href="<%= @enquiry.url %>"><%= @enquiry.url %></a> </p>
Version data entries
8 entries across 8 versions & 1 rubygems