Sha256: e59770f6430bd4fa30d2e575b25824cb9a0952e16d1bb80badbdd3dfb4dce16e

Contents?: true

Size: 1.59 KB

Versions: 4

Compression:

Stored size: 1.59 KB

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('page.listing', :model => t('activerecord.models.checkout_stat_has_manifestation')) -%></h1>
<div id="content_list">

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.models.manifestation_checkout_stat') -%></th>
    <th><%= t('activerecord.models.manifestation') -%></th>
    <th><%= t('activerecord.attributes.checkout_stat_has_manifestation.checkouts_count') -%></th>
  </tr>

<%- @checkout_stat_has_manifestations.each do |checkout_stat_has_manifestation| -%>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= link_to checkout_stat_has_manifestation.manifestation_checkout_stat.id, checkout_stat_has_manifestation.manifestation_checkout_stat -%></td>
    <td><%= link_to checkout_stat_has_manifestation.manifestation.original_title, checkout_stat_has_manifestation.manifestation -%></td>
    <td><%= checkout_stat_has_manifestation.checkouts_count -%></td>
    <td><%= link_to t('page.show'), checkout_stat_has_manifestation -%></td>
    <td><%= link_to t('page.edit'), edit_checkout_stat_has_manifestation_path(checkout_stat_has_manifestation) -%></td>
    <td><%= link_to t('page.destroy'), checkout_stat_has_manifestation, :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%></td>
  </tr>
<%- end -%>
</table>

<%= will_paginate(@checkout_stat_has_manifestations) -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.new', :model => t('activerecord.models.checkout_stat_has_manifestation')), new_checkout_stat_has_manifestation_path -%></li>
  </ul>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
enju_circulation-0.0.71 app/views/checkout_stat_has_manifestations/index.html.erb
enju_circulation-0.0.70 app/views/checkout_stat_has_manifestations/index.html.erb
enju_circulation-0.0.69 app/views/checkout_stat_has_manifestations/index.html.erb
enju_circulation-0.0.68 app/views/checkout_stat_has_manifestations/index.html.erb