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