Sha256: 914ff2ff7087817c8d906623c87de90805ba89697b11d6dd94be9f21a4f40d9e

Contents?: true

Size: 822 Bytes

Versions: 45

Compression:

Stored size: 822 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

45 entries across 45 versions & 1 rubygems

Version Path
enju_circulation-0.2.4 app/views/checked_items/_checkout.html.erb
enju_circulation-0.2.3 app/views/checked_items/_checkout.html.erb
enju_circulation-0.2.2 app/views/checked_items/_checkout.html.erb
enju_circulation-0.2.1 app/views/checked_items/_checkout.html.erb
enju_circulation-0.2.0 app/views/checked_items/_checkout.html.erb
enju_circulation-0.2.0.beta.4 app/views/checked_items/_checkout.html.erb
enju_circulation-0.2.0.beta.3 app/views/checked_items/_checkout.html.erb
enju_circulation-0.2.0.beta.2 app/views/checked_items/_checkout.html.erb
enju_circulation-0.2.0.beta.1 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.2 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.1 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.0 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.0.pre49 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.0.pre48 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.0.pre47 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.0.pre46 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.0.pre45 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.0.pre44 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.0.pre43 app/views/checked_items/_checkout.html.erb
enju_circulation-0.1.0.pre42 app/views/checked_items/_checkout.html.erb