Sha256: dffa69b8e502686587083c27529434a092ae19611614a195c2b264029de32e6b

Contents?: true

Size: 1.14 KB

Versions: 3

Compression:

Stored size: 1.14 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', 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

3 entries across 3 versions & 1 rubygems

Version Path
enju_circulation-0.2.0.beta.3 app/views/checkouts/_index.html.erb
enju_circulation-0.2.0.beta.2 app/views/checkouts/_index.html.erb
enju_circulation-0.2.0.beta.1 app/views/checkouts/_index.html.erb