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