Sha256: b419793d5c96faf80d7dbe54462182c01a35c207c230ac0174f5ec6afbdef204

Contents?: true

Size: 1.12 KB

Versions: 16

Compression:

Stored size: 1.12 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_has_checkout_type')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>

<p>
  <strong><%= t('activerecord.models.carrier_type') -%>:</strong>
  <%= link_to @carrier_type_has_checkout_type.carrier_type.display_name.localize, @carrier_type_has_checkout_type.carrier_type -%>
</p>

<p>
  <strong><%= t('activerecord.models.checkout_type') -%>:</strong>
  <%= link_to @carrier_type_has_checkout_type.checkout_type.display_name.localize, @carrier_type_has_checkout_type.checkout_type -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.carrier_type_has_checkout_type.note') -%>:</strong>
  <%= @carrier_type_has_checkout_type.note -%>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <% if can?(:update, @carrier_type_has_checkout_type) %>
      <li><%= link_to t('page.edit'), edit_carrier_type_has_checkout_type_path(@carrier_type_has_checkout_type) -%></li>
    <% end %>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
enju_circulation-0.1.2 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.1 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre49 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre48 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre47 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre46 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre45 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre44 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre43 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre42 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre41 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre40 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre39 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre38 app/views/carrier_type_has_checkout_types/show.html.erb
enju_circulation-0.1.0.pre37 app/views/carrier_type_has_checkout_types/show.html.erb