Sha256: ec23cb3d7e18aa5fbb4028f9b9172b5f89e70b9d59d4af7d1382d7a75887d39b
Contents?: true
Size: 708 Bytes
Versions: 3
Compression:
Stored size: 708 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.carrier_type')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.carrier_type.display_name') -%>:</strong> <%= @carrier_type.display_name.localize -%> </p> <p> <strong><%= t('activerecord.attributes.carrier_type.note') -%>:</strong> <%= @carrier_type.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <li><%= link_to t('page.edit'), edit_carrier_type_path(@carrier_type) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.1.0.pre55 | app/views/carrier_types/show.html.erb |
enju_biblio-0.1.0.pre54 | app/views/carrier_types/show.html.erb |
enju_biblio-0.1.0.pre53 | app/views/carrier_types/show.html.erb |