Sha256: b10adf518e3e6c4e56d51a7898ff313466d709b4123584660d616ddf1015be33

Contents?: true

Size: 781 Bytes

Versions: 39

Compression:

Stored size: 781 Bytes

Contents

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

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

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

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

</div>
</div>

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

Version data entries

39 entries across 39 versions & 2 rubygems

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