Sha256: fa37f11d430f339b25d655b2353fbf33b68b4ddf8682657b94dbaa0c97287682

Contents?: true

Size: 861 Bytes

Versions: 37

Compression:

Stored size: 861 Bytes

Contents

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

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

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

<p>
  <strong><%= t('activerecord.models.classification_type') -%>:</strong>
  <%= link_to @classification.classification_type.display_name.localize, @classification.classification_type %>
</p>

</div>
</div>

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

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
enju_subject-0.1.0.pre24 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre23 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre22 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre21 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre20 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre19 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre18 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre17 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre16 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre15 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre14 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre13 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre12 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre11 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre10 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre9 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre8 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre7 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre6 app/views/classifications/show.html.erb
enju_subject-0.1.0.pre5 app/views/classifications/show.html.erb