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_content-0.9.13 app/views/contacts/show.html.erb
tkh_content-0.9.12 app/views/contacts/show.html.erb
tkh_content-0.9.11 app/views/contacts/show.html.erb
tkh_content-0.9.10 app/views/contacts/show.html.erb
tkh_content-0.9.9 app/views/contacts/show.html.erb
tkh_content-0.9.8 app/views/contacts/show.html.erb
tkh_content-0.9.7 app/views/contacts/show.html.erb
tkh_content-0.9.6 app/views/contacts/show.html.erb
tkh_content-0.9.5 app/views/contacts/show.html.erb
tkh_content-0.9.4 app/views/contacts/show.html.erb
tkh_content-0.9.3 app/views/contacts/show.html.erb
tkh_content-0.9.2 app/views/contacts/show.html.erb
tkh_content-0.4.7 app/views/contacts/show.html.erb
tkh_content-0.9.1 app/views/contacts/show.html.erb
tkh_content-0.9 app/views/contacts/show.html.erb
tkh_content-0.4.6 app/views/contacts/show.html.erb
tkh_content-0.4.5 app/views/contacts/show.html.erb
tkh_content-0.4.4 app/views/contacts/show.html.erb
tkh_content-0.4.3 app/views/contacts/show.html.erb
tkh_content-0.4.2 app/views/contacts/show.html.erb