Sha256: 3977f71019fddeeb4c73562f367ecaa01250df7a26e76ea0ad1a2f9efcfa177f

Contents?: true

Size: 954 Bytes

Versions: 30

Compression:

Stored size: 954 Bytes

Contents

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

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

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

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_subject_heading_type_path(@subject_heading_type) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
    <%- if can? :create, SubjectHeadingTypeHasSubject -%>
      <li><%= link_to t('page.listing', :model => t('activerecord.models.subject')), subject_heading_type_subjects_path(@subject_heading_type) -%></li>
    <%- end -%>
  </ul>
</div>

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
enju_trunk_subject-1.0.4 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre15 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre14 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre13 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre12 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre11 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre10 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre9 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre8 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre7 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre6 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre5 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre4 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre3 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre2 app/views/subject_heading_types/show.html.erb
enju_subject-0.1.0.pre app/views/subject_heading_types/show.html.erb
enju_subject-0.0.18 app/views/subject_heading_types/show.html.erb
enju_subject-0.0.17 app/views/subject_heading_types/show.html.erb
enju_subject-0.0.16 app/views/subject_heading_types/show.html.erb
enju_subject-0.0.15 app/views/subject_heading_types/show.html.erb