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.50 app/views/checked_items/new.html.erb
enju_circulation-0.0.49 app/views/checked_items/new.html.erb
enju_circulation-0.0.48 app/views/checked_items/new.html.erb
enju_circulation-0.0.47 app/views/checked_items/new.html.erb
enju_circulation-0.0.46 app/views/checked_items/new.html.erb
enju_circulation-0.0.45 app/views/checked_items/new.html.erb
enju_circulation-0.0.43 app/views/checked_items/new.html.erb
enju_circulation-0.0.42 app/views/checked_items/new.html.erb
enju_circulation-0.0.41 app/views/checked_items/new.html.erb
enju_circulation-0.0.40 app/views/checked_items/new.html.erb
enju_circulation-0.0.39 app/views/checked_items/new.html.erb
enju_circulation-0.0.38 app/views/checked_items/new.html.erb
enju_circulation-0.0.37 app/views/checked_items/new.html.erb
enju_circulation-0.0.36 app/views/checked_items/new.html.erb
enju_circulation-0.0.35 app/views/checked_items/new.html.erb
enju_circulation-0.0.34 app/views/checked_items/new.html.erb
enju_circulation-0.0.33 app/views/checked_items/new.html.erb
enju_circulation-0.0.32 app/views/checked_items/new.html.erb
enju_circulation-0.0.31 app/views/checked_items/new.html.erb
enju_circulation-0.0.30 app/views/checked_items/new.html.erb