Sha256: 022a1535876708f3d2c5ef51e07fbd21baa5ddc1a236f725d5767b14e6eb6ba6
Contents?: true
Size: 728 Bytes
Versions: 9
Compression:
Stored size: 728 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> </ul> </div>
Version data entries
9 entries across 9 versions & 1 rubygems