Sha256: e9980cb66d4cb3b7733d81b9deb5bac26113f17bc6a11e8a07426c82185e5179

Contents?: true

Size: 1.54 KB

Versions: 35

Compression:

Stored size: 1.54 KB

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('activerecord.models.reserve_stat_has_manifestation') -%></h1>
<div id="content_list">

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.models.manifestation_reserve_stat') -%></th>
    <th><%= t('activerecord.models.manifestation') -%></th>
    <th><%= t('activerecord.attributes.reserve_stat_has_manifestation.reserves_count') -%></th>
  </tr>

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

<%= paginate(@reserve_stat_has_manifestations) -%>

</div>
</div>

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

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre35 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre34 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre33 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre32 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre31 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre30 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre29 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre28 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre27 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre26 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre25 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre24 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre23 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre22 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre21 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre20 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre19 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre18 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre17 app/views/reserve_stat_has_manifestations/index.html.erb
enju_circulation-0.1.0.pre16 app/views/reserve_stat_has_manifestations/index.html.erb