Sha256: d4e9393c46d37d31a18c30aef18c47bc88e6421693d3b3f2ddf9928075302580

Contents?: true

Size: 885 Bytes

Versions: 1

Compression:

Stored size: 885 Bytes

Contents

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

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

<p>
  <strong><%= t('activerecord.attributes.classification_type.display_name') -%>:</strong>
  <%= @classification_type.display_name.localize -%>
</p>

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

</div>
</div>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_subject-0.1.0.pre25 app/views/classification_types/show.html.erb