Sha256: ee2c9cee7bd62ca531e9306430a38e50973c5ec597a7ee3a4b09790cda1faa69

Contents?: true

Size: 1.15 KB

Versions: 26

Compression:

Stored size: 1.15 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('page.listing', model: t('activerecord.models.checkout')) -%></h1>
<div id="content_list">
<p id="notice"><%= notice %></p>
<%= 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('checkout.my_checkout'), checkouts_path(user_id: current_user.username) -%></li>
    <li><%= link_to t('page.overdue'), checkouts_path(days_overdue: 1) -%></li>
  </ul>
  <%= render 'reserved_facet' %>
  <h4><%= t('page.other_format') %></h4>
  <ul>
    <li>
      <%= link_to 'RSS', checkouts_path(format: :rss) -%>
      <%= link_to image_tag('icons/feed.png', size: '16x16', class: 'enju_icon', alt: 'RSS'), checkouts_path(format: :rss) -%>
    </li>
    <li>
      <%= link_to 'TSV', checkouts_path(format: :txt, locale: @locale.to_s) -%>
      <%= link_to image_tag('icons/page_white_excel.png', size: '16x16', class: 'enju_icon', alt: 'TSV'), checkouts_path(format: :txt, locale: @locale.to_s) -%>
    </li>
  </ul>
</div>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 app/views/checkouts/_index.html.erb
enju_circulation-0.3.10 app/views/checkouts/_index.html.erb
enju_circulation-0.3.9 app/views/checkouts/_index.html.erb
enju_circulation-0.4.0.rc.1 app/views/checkouts/_index.html.erb
enju_circulation-0.3.8 app/views/checkouts/_index.html.erb
enju_circulation-0.3.7 app/views/checkouts/_index.html.erb
enju_circulation-0.4.0.beta.4 app/views/checkouts/_index.html.erb
enju_circulation-0.4.0.beta.3 app/views/checkouts/_index.html.erb
enju_circulation-0.3.6 app/views/checkouts/_index.html.erb
enju_circulation-0.4.0.beta.2 app/views/checkouts/_index.html.erb
enju_circulation-0.4.0.beta.1 app/views/checkouts/_index.html.erb
enju_circulation-0.3.5 app/views/checkouts/_index.html.erb
enju_circulation-0.3.4 app/views/checkouts/_index.html.erb
enju_circulation-0.3.3 app/views/checkouts/_index.html.erb
enju_circulation-0.3.2 app/views/checkouts/_index.html.erb
enju_circulation-0.3.1 app/views/checkouts/_index.html.erb
enju_circulation-0.3.0 app/views/checkouts/_index.html.erb
enju_circulation-0.3.0.rc.1 app/views/checkouts/_index.html.erb
enju_circulation-0.3.0.beta.1 app/views/checkouts/_index.html.erb
enju_circulation-0.2.5 app/views/checkouts/_index.html.erb