Sha256: ddd3557e9502cd33faa3489b26fb942164dbb7c7ee48a75fcbf4107c79bed299

Contents?: true

Size: 1.03 KB

Versions: 44

Compression:

Stored size: 1.03 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>
    <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

44 entries across 44 versions & 1 rubygems

Version Path
enju_circulation-0.0.69 app/views/checkouts/_index.html.erb
enju_circulation-0.0.68 app/views/checkouts/_index.html.erb
enju_circulation-0.0.67 app/views/checkouts/_index.html.erb
enju_circulation-0.0.66 app/views/checkouts/_index.html.erb
enju_circulation-0.0.65 app/views/checkouts/_index.html.erb
enju_circulation-0.0.64 app/views/checkouts/_index.html.erb
enju_circulation-0.0.63 app/views/checkouts/_index.html.erb
enju_circulation-0.0.62 app/views/checkouts/_index.html.erb
enju_circulation-0.0.61 app/views/checkouts/_index.html.erb
enju_circulation-0.0.60 app/views/checkouts/_index.html.erb
enju_circulation-0.0.59 app/views/checkouts/_index.html.erb
enju_circulation-0.0.58 app/views/checkouts/_index.html.erb
enju_circulation-0.0.57 app/views/checkouts/_index.html.erb
enju_circulation-0.0.56 app/views/checkouts/_index.html.erb
enju_circulation-0.0.55 app/views/checkouts/_index.html.erb
enju_circulation-0.0.54 app/views/checkouts/_index.html.erb
enju_circulation-0.0.53 app/views/checkouts/_index.html.erb
enju_circulation-0.0.52 app/views/checkouts/_index.html.erb
enju_circulation-0.0.51 app/views/checkouts/_index.html.erb
enju_circulation-0.0.50 app/views/checkouts/_index.html.erb