Sha256: a4821db445356d6493ba403b93f2182e68d32eebddce52f2a6fb79a424f432e7

Contents?: true

Size: 756 Bytes

Versions: 40

Compression:

Stored size: 756 Bytes

Contents

<h1><%= t('activerecord.models.contacts') %></h1>

<%= render 'tab_admin_menu' %>

<h2><%= "#{t('contacts.sent')}#{t('colon')} #{ l(@contact.created_at, :format => :tkh_default) }" %></h2>

<p>
	<%= "#{t('activerecord.attributes.contacts.sender_name').capitalize}#{t('colon')} #{@contact.sender_name}" %><br />
	<%= "#{t('activerecord.attributes.contacts.sender_email')}#{t('colon')} #{link_to(@contact.sender_email, "mailto:#{@contact.sender_email}")}".capitalize.html_safe %>
</p>
<h3><%= t('activerecord.attributes.contacts.body').capitalize %></h3>
<p><%= sanitize @contact.body.gsub(/\r\n?/, "<br>"), :tags => %w(br), :attributes => %w() %></p>

<hr>

<p><%= link_to t('list'), contacts_path, class: 'btn' %></p>

<%= render 'shared/admin_sidebar' %>

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
tkh_mailing_list-0.12 app/views/contacts/show.html.erb
tkh_mailing_list-0.11.3 app/views/contacts/show.html.erb
tkh_mailing_list-0.11.2 app/views/contacts/show.html.erb
tkh_mailing_list-0.11.1.1 app/views/contacts/show.html.erb
tkh_mailing_list-0.11.1 app/views/contacts/show.html.erb
tkh_mailing_list-0.11 app/views/contacts/show.html.erb
tkh_mailing_list-0.10.10 app/views/contacts/show.html.erb
tkh_mailing_list-0.10.9.1 app/views/contacts/show.html.erb
tkh_mailing_list-0.10.9 app/views/contacts/show.html.erb
tkh_content-0.10.3 app/views/contacts/show.html.erb
tkh_content-0.10.2 app/views/contacts/show.html.erb
tkh_content-0.10.1 app/views/contacts/show.html.erb
tkh_content-0.10 app/views/contacts/show.html.erb
tkh_content-0.9.20 app/views/contacts/show.html.erb
tkh_content-0.9.19 app/views/contacts/show.html.erb
tkh_content-0.9.18 app/views/contacts/show.html.erb
tkh_content-0.9.17 app/views/contacts/show.html.erb
tkh_content-0.9.16 app/views/contacts/show.html.erb
tkh_content-0.9.15 app/views/contacts/show.html.erb
tkh_content-0.9.14 app/views/contacts/show.html.erb