Sha256: b9d501764913f23cb4eb36d1ce8b946c098a4e902bb7ba6e7abcb47cddd936ab

Contents?: true

Size: 1.03 KB

Versions: 9

Compression:

Stored size: 1.03 KB

Contents

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

<h2 class="resource_title">
  [S]
  <%= @subject.term -%>
</h2>

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

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

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

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= back_to_index(flash[:page_info]) -%></li>
    <li><%= link_to t('page.edit'), edit_subject_path(@subject) -%></li>
    <li><%= link_to t('page.destroy'), subject_path(@subject), :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%></li>
  </ul>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
enju_subject-0.1.0.pre24 app/views/subjects/show.html.erb
enju_subject-0.1.0.pre23 app/views/subjects/show.html.erb
enju_subject-0.1.0.pre22 app/views/subjects/show.html.erb
enju_subject-0.1.0.pre21 app/views/subjects/show.html.erb
enju_subject-0.1.0.pre20 app/views/subjects/show.html.erb
enju_subject-0.1.0.pre19 app/views/subjects/show.html.erb
enju_subject-0.1.0.pre18 app/views/subjects/show.html.erb
enju_subject-0.1.0.pre17 app/views/subjects/show.html.erb
enju_subject-0.1.0.pre16 app/views/subjects/show.html.erb