Sha256: 012b981c1f1ae1c7412278879f1b7bf306c939cbc59a15e3195ce5e8dc86a8e3

Contents?: true

Size: 849 Bytes

Versions: 10

Compression:

Stored size: 849 Bytes

Contents

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

10 entries across 10 versions & 1 rubygems

Version Path
enju_subject-0.1.0.pre24 app/views/classification_types/show.html.erb
enju_subject-0.1.0.pre23 app/views/classification_types/show.html.erb
enju_subject-0.1.0.pre22 app/views/classification_types/show.html.erb
enju_subject-0.1.0.pre21 app/views/classification_types/show.html.erb
enju_subject-0.1.0.pre20 app/views/classification_types/show.html.erb
enju_subject-0.1.0.pre19 app/views/classification_types/show.html.erb
enju_subject-0.1.0.pre18 app/views/classification_types/show.html.erb
enju_subject-0.1.0.pre17 app/views/classification_types/show.html.erb
enju_subject-0.1.0.pre16 app/views/classification_types/show.html.erb
enju_subject-0.1.0.pre15 app/views/classification_types/show.html.erb