Sha256: 28331ae1a0d37818e2f80b589cdccf96fb0531b9ac5df763f60bc2edcf5ade9d

Contents?: true

Size: 831 Bytes

Versions: 37

Compression:

Stored size: 831 Bytes

Contents

<h3><%= t('checked_item.previous_checkout') -%></h3>

<table class="table table-striped index">
  <tr>
    <th class="checked_item_title"><%= t('page.title') -%></th>
    <th><%= t('activerecord.attributes.item.item_identifier') -%></th>
    <th><%= t('activerecord.attributes.checkout.due_date') -%></th>
  </tr>

  <%- @basket.user.checkouts.not_returned.each_with_index do |checkout, i| -%>
    <tr class="line<%= cycle("0", "1") -%>">
      <td>
        <%= render 'manifestations/show_index', :manifestation => checkout.item.manifestation -%>
        <%= render 'manifestations/holding', :manifestation => checkout.item.manifestation -%>
      </td>
      <td><%= link_to checkout.item.item_identifier, checkout.item -%></td>
      <td><%= l(checkout.due_date, :format => :only_date) -%></td>
    </tr>
  <%- end -%>
</table>

Version data entries

37 entries across 37 versions & 1 rubygems

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