Sha256: ae1a702b786ded1fc5f98892a0b90e74941c2aea465fc5f588c58b4892712033

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 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 'TSV', item_checkouts_path(item, format: :txt, locale: @locale.to_s) -%>
      <%= link_to (image_tag 'icons/page_white_excel.png', size: '16x16', alt: 'TSV', class: 'icon'), item_checkouts_path(item, format: :txt, locale: @locale.to_s) -%>
    </li>
  </ul>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre41 app/views/checkouts/_index_item.html.erb
enju_circulation-0.1.0.pre40 app/views/checkouts/_index_item.html.erb
enju_circulation-0.1.0.pre39 app/views/checkouts/_index_item.html.erb
enju_circulation-0.1.0.pre38 app/views/checkouts/_index_item.html.erb
enju_circulation-0.1.0.pre37 app/views/checkouts/_index_item.html.erb