Sha256: 9c74d94d7162921daf3301b85aa640d268f36845cea402237eafdbc24b3d1e36

Contents?: true

Size: 901 Bytes

Versions: 43

Compression:

Stored size: 901 Bytes

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

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
enju_message-0.1.11 app/views/checkouts/_index.html.erb
enju_message-0.0.25 app/views/checkouts/_index.html.erb
enju_message-0.1.9 app/views/checkouts/_index.html.erb
enju_message-0.0.24 app/views/checkouts/_index.html.erb
enju_message-0.0.23 app/views/checkouts/_index.html.erb
enju_message-0.1.7 app/views/checkouts/_index.html.erb
enju_message-0.0.22 app/views/checkouts/_index.html.erb
enju_message-0.1.6 app/views/checkouts/_index.html.erb
enju_message-0.0.21 app/views/checkouts/_index.html.erb
enju_message-0.1.5 app/views/checkouts/_index.html.erb
enju_message-0.0.20 app/views/checkouts/_index.html.erb
enju_message-0.1.4 app/views/checkouts/_index.html.erb
enju_message-0.0.19 app/views/checkouts/_index.html.erb
enju_message-0.1.1 app/views/checkouts/_index.html.erb
enju_message-0.1.0 app/views/checkouts/_index.html.erb
enju_message-0.0.18 app/views/checkouts/_index.html.erb
enju_message-0.0.17 app/views/checkouts/_index.html.erb
enju_message-0.0.16 app/views/checkouts/_index.html.erb
enju_message-0.0.15 app/views/checkouts/_index.html.erb
enju_circulation-0.0.23 app/views/checkouts/_index.html.erb