Sha256: ac270022b19356b8ed2ba9335be8ffc6348df8cef79a970982f2582aff0f58a8
Contents?: true
Size: 960 Bytes
Versions: 6
Compression:
Stored size: 960 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 can? :update, @subject_heading_type -%> <li><%= link_to t('page.edit'), edit_subject_heading_type_path(@subject_heading_type) -%></li> <%- end -%> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
6 entries across 6 versions & 1 rubygems