Sha256: 30611411f231789fac843752e8a0ea7c7800febd987063a553eb28a8e2e59b54
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 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> <h2><%= link_to item.item_identifier, item %></h2> <p>(<%= link_to item.manifestation.original_title, item.manifestation %>) <%= 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 'RSS', item_checkouts_path(item, :format => :rss) -%> <%= link_to (image_tag 'icons/feed.png', :size => '16x16', :alt => 'RSS', :class => 'icon'), item_checkouts_path(item, :format => :rss) -%> </li> <li> <%= link_to 'CSV', item_checkouts_path(item, :format => :csv, :locale => @locale.to_s) -%> <%= link_to (image_tag 'icons/page_white_excel.png', :size => '16x16', :alt => 'CSV', :class => 'icon'), item_checkouts_path(item, :format => :csv, :locale => @locale.to_s) -%> </li> </ul> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.1.0.pre36 | app/views/checkouts/_index_item.html.erb |