Sha256: ef758047d1c7e55aa919f77d5d916399d80adfa3ac9fc11949fd64ad27325c57

Contents?: true

Size: 562 Bytes

Versions: 2

Compression:

Stored size: 562 Bytes

Contents

<ul>
  <li><b><%= t("helpers.label.locale",      :default => "Locale") %></b>: <%= @contact.locale %></li>
  <li><b><%= t("helpers.label.first_name",  :default => "First Name") %></b>: <%= @contact.first_name %></li>
  <li><b><%= t("helpers.label.second_name", :default => "Second Name") %></b>: <%= @contact.second_name %></li>
  <li><b><%= t("helpers.label.email",       :default => "Email") %></b>: <%= @contact.email %></li>
  <li><b><%= t("helpers.label.message",     :default => "Message") %></b>: <br/>
    <%= simple_format h(@contact.text) %></li>
</ul>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fullstack-contacts-0.1.4 lib/generators/fullstack/contacts/templates/app/views/contacts_mailer/notify.html.erb
fullstack-contacts-0.1.3 lib/generators/fullstack/contacts/templates/app/views/contacts_mailer/notify.html.erb