Sha256: d0cdc208d7f178bc4bd7bc4f2dc37928f5eebd3d273da015b32ba09c6fc5b891
Contents?: true
Size: 874 Bytes
Versions: 15
Compression:
Stored size: 874 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', model: t('activerecord.models.subject_type')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.subject_type.name') -%>:</strong> <%= @subject_type.name %> </p> <p> <strong><%= t('activerecord.attributes.subject_type.display_name') -%>:</strong> <%= @subject_type.display_name.localize %> </p> <p> <strong><%= t('activerecord.attributes.subject_type.note') -%>:</strong> <%= @subject_type.note %> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <%- if policy().update?@subject_type -%> <li><%= link_to t('page.edit'), edit_subject_type_path(@subject_type) %></li> <%- end -%> <li><%= link_to t('page.back'), :back %></li> </ul> </div>
Version data entries
15 entries across 15 versions & 1 rubygems