Sha256: 67656216b8dff174f69fefb9ab7556b21352f8fd6469e7477bca3daad3c990a2

Contents?: true

Size: 991 Bytes

Versions: 9

Compression:

Stored size: 991 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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 />
  <%=raw @message_template.body.gsub("\n", '<br />') -%>
</p>
</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <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

9 entries across 9 versions & 1 rubygems

Version Path
enju_message-0.1.14.pre23 app/views/message_templates/show.html.erb
enju_message-0.1.14.pre22 app/views/message_templates/show.html.erb
enju_message-0.1.14.pre21 app/views/message_templates/show.html.erb
enju_message-0.1.14.pre20 app/views/message_templates/show.html.erb
enju_message-0.1.14.pre19 app/views/message_templates/show.html.erb
enju_message-0.1.14.pre18 app/views/message_templates/show.html.erb
enju_message-0.1.14.pre17 app/views/message_templates/show.html.erb
enju_message-0.1.14.pre16 app/views/message_templates/show.html.erb
enju_message-0.1.14.pre15 app/views/message_templates/show.html.erb