Sha256: ee5da80b89d6b2622a98375f4edda8fe4186f21d5fddc9b28e8c4286dac5b55a

Contents?: true

Size: 955 Bytes

Versions: 11

Compression:

Stored size: 955 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.message_template')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>

<p>
  <strong><%= t('activerecord.attributes.message_template.status') -%>:</strong>
  <%= @message_template.status -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.message_template.locale') -%>:</strong>
  <%= @message_template.locale -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.message_template.title') -%>:</strong>
  <%= @message_template.title -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.message_template.body') -%>:</strong><br />
  <%= @message_template.body.gsub("\n", '<br />') -%>
</p>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_message_template_path(@message_template) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_message-0.0.14 app/views/message_templates/show.html.erb
enju_message-0.0.13 app/views/message_templates/show.html.erb
enju_message-0.0.12 app/views/message_templates/show.html.erb
enju_message-0.0.11 app/views/message_templates/show.html.erb
enju_message-0.0.10 app/views/message_templates/show.html.erb
enju_message-0.0.9 app/views/message_templates/show.html.erb
enju_message-0.0.7 app/views/message_templates/show.html.erb
enju_message-0.0.6 app/views/message_templates/show.html.erb
enju_message-0.0.5 app/views/message_templates/show.html.erb
enju_message-0.0.4 app/views/message_templates/show.html.erb
enju_message-0.0.3 app/views/message_templates/show.html.erb