Sha256: f914424bfa38243fa28d7a11c6fcfff55fac9d390977cc416ee075f336e752d5

Contents?: true

Size: 1.08 KB

Versions: 37

Compression:

Stored size: 1.08 KB

Contents

<div id="content_detail" class="ui-corner-all">
<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">
  <ul>
    <li><%= link_to t('checkout.my_checkout'), user_checkouts_path(current_user) -%></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 'CSV', checkouts_path(:format => :csv, :locale => @locale.to_s) -%>
      <%= link_to (image_tag 'icons/page_white_excel.png', :size => '16x16', :alt => 'CSV', :class => 'icon'), checkouts_path(:format => :csv, :locale => @locale.to_s) -%>
    </li>
  </ul>
</div>

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre35 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre34 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre33 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre32 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre31 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre30 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre29 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre28 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre27 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre26 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre25 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre24 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre23 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre22 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre21 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre20 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre19 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre18 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre17 app/views/checkouts/_index.html.erb
enju_circulation-0.1.0.pre16 app/views/checkouts/_index.html.erb