Sha256: 68d5b1268a21f08fbc70a8bb932ef1ff0644cb9bd8855d31d10bb5f1dbb766c1

Contents?: true

Size: 959 Bytes

Versions: 16

Compression:

Stored size: 959 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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.name') -%>:</strong>
  <%= @subject_heading_type.name -%>
</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 ui-widget-content">
  <ul>
    <%- if policy(@subject_heading_type).update? -%>
      <li><%= link_to t('page.edit'), edit_subject_heading_type_path(@subject_heading_type) -%></li>
    <%- end -%>
    <li><%= link_to t('page.back'), :back -%></li>
  </ul>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
enju_subject-0.3.4 app/views/subject_heading_types/show.html.erb
enju_subject-0.3.3 app/views/subject_heading_types/show.html.erb
enju_subject-0.3.2 app/views/subject_heading_types/show.html.erb
enju_subject-0.3.1 app/views/subject_heading_types/show.html.erb
enju_subject-0.3.0 app/views/subject_heading_types/show.html.erb
enju_subject-0.3.0.rc.1 app/views/subject_heading_types/show.html.erb
enju_subject-0.3.0.beta.1 app/views/subject_heading_types/show.html.erb
enju_subject-0.2.3 app/views/subject_heading_types/show.html.erb
enju_subject-0.2.2 app/views/subject_heading_types/show.html.erb
enju_subject-0.2.1 app/views/subject_heading_types/show.html.erb
enju_subject-0.2.0 app/views/subject_heading_types/show.html.erb
enju_subject-0.2.0.beta.5 app/views/subject_heading_types/show.html.erb
enju_subject-0.2.0.beta.4 app/views/subject_heading_types/show.html.erb
enju_subject-0.2.0.beta.3 app/views/subject_heading_types/show.html.erb
enju_subject-0.2.0.beta.2 app/views/subject_heading_types/show.html.erb
enju_subject-0.2.0.beta.1 app/views/subject_heading_types/show.html.erb