Sha256: 4083e9a4bfe20b5507894b31f8a1d6e4f0feeda291e180ddd6b105243a4cfd6a

Contents?: true

Size: 1.32 KB

Versions: 10

Compression:

Stored size: 1.32 KB

Contents

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

<table class="index">
  <tr>
    <th><%= t('activerecord.models.user_reserve_stat') -%></th>
    <th><%= t('activerecord.models.user') -%></th>
    <th><%= t('activerecord.attributes.reserve_stat_has_user.reserves_count') -%></th>
  </tr>

<%- @reserve_stat_has_users.each do |reserve_stat_has_user| -%>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= link_to reserve_stat_has_user.user_reserve_stat.id, reserve_stat_has_user.user_reserve_stat -%></td>
    <td><%= link_to reserve_stat_has_user.user.username, reserve_stat_has_user.user -%></td>
    <td><%= reserve_stat_has_user.reserves_count -%></td>
    <td><%= link_to t('page.show'), reserve_stat_has_user -%></td>
    <td><%= link_to t('page.edit'), edit_reserve_stat_has_user_path(reserve_stat_has_user) -%></td>
    <td><%= link_to t('page.destroy'), reserve_stat_has_user, :data => {:confirm => t('page.are_you_sure')}, :method => :delete -%></td>
  </tr>
<%- end -%>
</table>

<%= will_paginate(@reserve_stat_has_users) -%>

</div>
</div>

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
enju_circulation-0.0.67 app/views/reserve_stat_has_users/index.html.erb
enju_circulation-0.0.66 app/views/reserve_stat_has_users/index.html.erb
enju_circulation-0.0.65 app/views/reserve_stat_has_users/index.html.erb
enju_circulation-0.0.64 app/views/reserve_stat_has_users/index.html.erb
enju_circulation-0.0.63 app/views/reserve_stat_has_users/index.html.erb
enju_circulation-0.0.62 app/views/reserve_stat_has_users/index.html.erb
enju_circulation-0.0.61 app/views/reserve_stat_has_users/index.html.erb
enju_circulation-0.0.60 app/views/reserve_stat_has_users/index.html.erb
enju_circulation-0.0.59 app/views/reserve_stat_has_users/index.html.erb
enju_circulation-0.0.58 app/views/reserve_stat_has_users/index.html.erb