Sha256: 07cc75cf0e23147d7d07de143f9947785b53616335bd79177a95606293becfb2
Contents?: true
Size: 1.04 KB
Versions: 2
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.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.1.0.pre38 | app/views/checked_items/new.html.erb |
enju_circulation-0.1.0.pre37 | app/views/checked_items/new.html.erb |