Sha256: 48d855331ca918971ae8b89ee03b51c0ef6f1cd4fb1f094c53445e267460ee66
Contents?: true
Size: 1011 Bytes
Versions: 40
Compression:
Stored size: 1011 Bytes
Contents
<div id="content_detail" class="ui-corner-all"> <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"> <ul> <li><%= link_to t('page.listing', :model => t('activerecord.models.classification')), classification_type_classifications_path(@classification_type) -%></li> <li><%= link_to t('page.edit'), edit_classification_type_path(@classification_type) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
40 entries across 29 versions & 2 rubygems