Sha256: b47d148b16fce107062bbd362cfaa28c95fc74656d41a89af24f2421104deda9

Contents?: true

Size: 1.24 KB

Versions: 125

Compression:

Stored size: 1.24 KB

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.showing', :model => t('activerecord.models.checkout_type')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>

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

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

<p>
<strong><%= t('activerecord.models.user_group') -%></strong>
<ul>
  <%- @checkout_type.user_group_has_checkout_types.each do |available_user_group| -%>
    <li><%= link_to available_user_group.user_group.display_name.localize, available_user_group.user_group -%></li>
  <%- end -%>
</ul>

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

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_checkout_type_path(@checkout_type) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
    <li><%= link_to t('page.new', :model => t('activerecord.models.user_group_has_checkout_type')), new_checkout_type_user_group_has_checkout_type_path(@checkout_type) -%></li>
  </ul>
</div>

Version data entries

125 entries across 125 versions & 2 rubygems

Version Path
enju_circulation-0.1.0.pre35 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre34 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre33 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre32 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre31 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre30 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre29 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre28 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre27 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre26 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre25 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre24 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre23 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre22 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre21 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre20 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre19 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre18 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre17 app/views/checkout_types/show.html.erb
enju_circulation-0.1.0.pre16 app/views/checkout_types/show.html.erb