Sha256: 837b8876247ee2db2f80477467f03fa90d8760eb668de08014e68573e3c285be

Contents?: true

Size: 1.33 KB

Versions: 7

Compression:

Stored size: 1.33 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('checkout.listing_overdue_item') -%></h1>
<div id="content_list">

  <%= form_for(:checkouts, url: checkouts_path, html: {method: 'get'}) do -%>
    <p>
      <%= t('checkout.number_of_day_overdue') -%>:
      <%= text_field_tag 'days_overdue', h(@days_overdue), class: 'resource_integer' -%>
      <%= hidden_field_tag 'view', 'overdue' -%>
      <%= submit_tag t('page.search') -%>
    </p>
  <%- end -%>

<%= render 'list', checkouts: @checkouts -%>

<%- if @checkouts.size == 0 -%>
  <p><%= t('checkout.no_checkout') -%></p>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.back_to', model: t('activerecord.models.checkout')), checkouts_path -%></li>
  </ul>
  <%= render 'reserved_facet' %>
  <p>
    <%= link_to (image_tag 'icons/feed.png', size: '16x16', alt: 'RSS', class: 'icon'), checkouts_path(format: :rss, view: 'overdue') -%>
    (<%= link_to 'RSS', checkouts_path(format: :rss, view: 'overdue') -%>)
    <%= link_to (image_tag 'icons/page_white_excel.png', size: '16x16', alt: 'TSV', class: 'icon'), checkouts_path(format: :txt, view: 'overdue', locale: @locale.to_s) -%>
    (<%= link_to 'TSV', checkouts_path(format: :txt, view: 'overdue', locale: @locale.to_s) -%>)
  </p>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre48 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre47 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre46 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre45 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre44 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre43 app/views/checkouts/_index_overdue.html.erb
enju_circulation-0.1.0.pre42 app/views/checkouts/_index_overdue.html.erb