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_subject-0.1.0.pre5 app/views/subject_types/show.html.erb
enju_subject-0.1.0.pre4 app/views/subject_types/show.html.erb
enju_subject-0.1.0.pre3 app/views/subject_types/show.html.erb
enju_subject-0.1.0.pre2 app/views/subject_types/show.html.erb
enju_subject-0.1.0.pre app/views/subject_types/show.html.erb
enju_subject-0.0.18 app/views/subject_types/show.html.erb
enju_subject-0.0.17 app/views/subject_types/show.html.erb
enju_subject-0.0.16 app/views/subject_types/show.html.erb
enju_subject-0.0.15 app/views/subject_types/show.html.erb
enju_subject-0.0.14 app/views/subject_types/show.html.erb
enju_subject-0.0.13 app/views/subject_types/show.html.erb
enju_subject-0.0.12 app/views/subject_types/show.html.erb
enju_subject-0.0.10 app/views/subject_types/show.html.erb
enju_subject-0.0.9 app/views/subject_types/show.html.erb
enju_subject-0.0.8 app/views/subject_types/show.html.erb
enju_subject-0.0.7 app/views/subject_types/show.html.erb
enju_subject-0.0.6 app/views/subject_types/show.html.erb
enju_subject-0.0.5 app/views/subject_types/show.html.erb
enju_subject-0.0.4 app/views/subject_types/show.html.erb