Sha256: 5e2729a2bc94436010f44f36bc3022b109410019b40735f5c59d0f5c1dbc1644

Contents?: true

Size: 1.04 KB

Versions: 17

Compression:

Stored size: 1.04 KB

Contents

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

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

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to @basket.user.username, @basket.user.profile -%></li>
  </ul>
  <ul>
    <%- @basket.user.profile.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'), reserves_path(user_id: @basket.user.username) -%></li>
  </ul>
</div>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
enju_circulation-0.2.0.beta.3 app/views/checked_items/new.html.erb
enju_circulation-0.2.0.beta.2 app/views/checked_items/new.html.erb
enju_circulation-0.2.0.beta.1 app/views/checked_items/new.html.erb
enju_circulation-0.1.2 app/views/checked_items/new.html.erb
enju_circulation-0.1.1 app/views/checked_items/new.html.erb
enju_circulation-0.1.0 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre49 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre48 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre47 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre46 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre45 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre44 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre43 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre42 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre41 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre40 app/views/checked_items/new.html.erb
enju_circulation-0.1.0.pre39 app/views/checked_items/new.html.erb