Sha256: cd183306efc4871616d9ee575fc48374794729455d24667ec38aa2e25a5ff763

Contents?: true

Size: 1005 Bytes

Versions: 40

Compression:

Stored size: 1005 Bytes

Contents

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

  <div id="checked_item_list">
    <%= render 'list' -%>
  </div>
  <%= render 'checkout' -%>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to @basket.user.username, @basket.user -%></li>
  </ul>
  <ul>
    <%- @basket.user.user_group.user_group_has_checkout_types.each do |available_checkout_type| -%>
      <li>
        <%= available_checkout_type.checkout_type.display_name.localize -%>:
        <%= @basket.user.checked_item_count[:"#{available_checkout_type.checkout_type.name}"] -%> / <%= available_checkout_type.checkout_limit -%>
      </li>
    <%- end -%>
  </ul>
  <ul>
    <li><%= link_to t('activerecord.models.checkin'), checkins_path -%></li>
    <li><%= link_to t('activerecord.models.reserve'), user_reserves_path(@basket.user) -%></li>
  </ul>
</div>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
enju_circulation-0.0.70 app/views/checked_items/new.html.erb
enju_circulation-0.0.69 app/views/checked_items/new.html.erb
enju_circulation-0.0.68 app/views/checked_items/new.html.erb
enju_circulation-0.0.67 app/views/checked_items/new.html.erb
enju_circulation-0.0.66 app/views/checked_items/new.html.erb
enju_circulation-0.0.65 app/views/checked_items/new.html.erb
enju_circulation-0.0.64 app/views/checked_items/new.html.erb
enju_circulation-0.0.63 app/views/checked_items/new.html.erb
enju_circulation-0.0.62 app/views/checked_items/new.html.erb
enju_circulation-0.0.61 app/views/checked_items/new.html.erb
enju_circulation-0.0.60 app/views/checked_items/new.html.erb
enju_circulation-0.0.59 app/views/checked_items/new.html.erb
enju_circulation-0.0.58 app/views/checked_items/new.html.erb
enju_circulation-0.0.57 app/views/checked_items/new.html.erb
enju_circulation-0.0.56 app/views/checked_items/new.html.erb
enju_circulation-0.0.55 app/views/checked_items/new.html.erb
enju_circulation-0.0.54 app/views/checked_items/new.html.erb
enju_circulation-0.0.53 app/views/checked_items/new.html.erb
enju_circulation-0.0.52 app/views/checked_items/new.html.erb
enju_circulation-0.0.51 app/views/checked_items/new.html.erb