Sha256: 5cd1ebd83e5adb27a015c190c7c4fdf680689cb884076a20b5d6a6a3a96ae24d
Contents?: true
Size: 884 Bytes
Versions: 30
Compression:
Stored size: 884 Bytes
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.subject_heading_type_has_subject')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.models.subject') %></strong> <%= link_to @subject_heading_type_has_subject.subject.term, @subject_heading_type_has_subject.subject %> </p> <p> <strong><%= t('activerecord.models.subject_heading_type') %></strong> <%= link_to @subject_heading_type_has_subject.subject_heading_type.display_name.localize, @subject_heading_type_has_subject.subject_heading_type %> </p> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.edit'), edit_subject_heading_type_has_subject_path(@subject_heading_type_has_subject) %></li> <li><%= back_to_index(flash[:page_info]) %></li> </ul> </div>
Version data entries
30 entries across 30 versions & 2 rubygems