Sha256: c322f79bcb04e591a4d8a52aa7e7f5887996e8da6373bf0437b7fd539cbec16e
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <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 ui-widget-content"> <ul> <li><%= back_to_index(flash[:page_info]) -%></li> <% if can? :update, @subject %> <li><%= link_to t('page.edit'), edit_subject_path(@subject) -%></li> <% end %> <% if can? :delete, @subject %> <li><%= link_to t('page.destroy'), subject_path(@subject), :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%></li> <% end %> </ul> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_subject-0.1.0.pre25 | app/views/subjects/show.html.erb |