Sha256: d9e681f589942ac87b831a5821ac24017a541ea605f58b52ce555aa9b64e5e48

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 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' -%>

<%- 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(view: 'overdue') -%></li>
  </ul>
  <%= render 'reserved_facet' %>
  <ul>
    <li>
      <%= link_to 'RSS', checkouts_path(format: :rss) -%>
      <%= link_to (image_tag 'icons/feed.png', size: '16x16', alt: 'RSS', class: 'icon'), 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', alt: 'TSV', class: 'icon'), checkouts_path(format: :txt, locale: @locale.to_s) -%>
    </li>
  </ul>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre41 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre40 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre39 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre38 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre37 app/views/checkouts/_index.html.erb