Sha256: 9d4d96880ad2f87f3dc6618690975e01d78e5fcb2dbc25f1ba454b4ffd25d577

Contents?: true

Size: 811 Bytes

Versions: 84

Compression:

Stored size: 811 Bytes

Contents

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

<table class="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

84 entries across 84 versions & 2 rubygems

Version Path
enju_circulation-0.0.67 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.66 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.65 app/views/checked_items/_checkout.html.erb
enju_message-0.1.9 app/views/checked_items/_checkouts.html.erb
enju_circulation-0.0.64 app/views/checked_items/_checkout.html.erb
enju_message-0.0.24 app/views/checked_items/_checkouts.html.erb
enju_circulation-0.0.63 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.62 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.61 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.60 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.59 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.58 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.57 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.56 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.55 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.54 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.53 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.52 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.51 app/views/checked_items/_checkout.html.erb
enju_circulation-0.0.50 app/views/checked_items/_checkout.html.erb