Sha256: 1c2b4a07c15892e3ac9c6d01c53a6b555a956498858a3a227432be6d7dee984e
Contents?: true
Size: 726 Bytes
Versions: 49
Compression:
Stored size: 726 Bytes
Contents
<%= @message.message %> -- <%= Alchemy::I18n.t(:salutation, :scope => 'contactform.labels') %>: <%= Alchemy::I18n.t(@message.salutation, :scope => 'contactform.labels') %> <%= Alchemy::I18n.t(:firstname, :scope => 'contactform.labels') %>: <%= @message.firstname %> <%= Alchemy::I18n.t(:lastname, :scope => 'contactform.labels') %>: <%= @message.lastname %> <%= Alchemy::I18n.t(:address, :scope => 'contactform.labels') %>: <%= @message.address %> <%= Alchemy::I18n.t(:zip, :scope => 'contactform.labels') %>: <%= @message.zip %> <%= @message.city %> <%= Alchemy::I18n.t(:phone, :scope => 'contactform.labels') %>: <%= @message.phone %> <%= Alchemy::I18n.t(:email, :scope => 'contactform.labels') %>: <%= @message.email %>
Version data entries
49 entries across 49 versions & 1 rubygems