Sha256: 216b17ca2bb6044c0fe351f1a6096ed971cc6aae3f7b49c838bb0155b36a9ce8

Contents?: true

Size: 1.09 KB

Versions: 11

Compression:

Stored size: 1.09 KB

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.name') -%>:</strong>
  <%= @carrier_type.name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.carrier_type.display_name') -%>:</strong>
  <%= @carrier_type.display_name.localize -%>
</p>

<% if defined?(EnjuCirculation) %>
  <p>
    <strong><%= t('activerecord.models.checkout_type') -%>:</strong>
  </p>
  <ul>
    <% @carrier_type.checkout_types.each do |checkout_type| %>
      <li><%= link_to checkout_type.display_name.localize, checkout_type %></li>
    <% end %>
  </ul>
<% end %>

<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

11 entries across 11 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre66 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre65 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre64 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre63 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre62 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre61 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre60 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre59 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre58 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre57 app/views/carrier_types/show.html.erb
enju_biblio-0.1.0.pre56 app/views/carrier_types/show.html.erb