Sha256: 410d011e1d8b21e8137c53f16e470916f54f6640a5716a2cbda1d8881b044c9d

Contents?: true

Size: 1.21 KB

Versions: 45

Compression:

Stored size: 1.21 KB

Contents

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

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.attributes.user_reserve_stat.start_date') -%></th>
    <th><%= t('activerecord.attributes.user_reserve_stat.end_date') -%></th>
    <th><%= t('activerecord.attributes.user_reserve_stat.state') -%></th>
    <th></th>
  </tr>

<%- @user_reserve_stats.each do |user_reserve_stat| -%>
  <tr class="line<%= cycle("0", "1") -%>">
    <td><%= l(user_reserve_stat.start_date) -%></td>
    <td><%= l(user_reserve_stat.end_date) -%></td>
    <td><%= localized_state(user_reserve_stat.current_state) -%></td>
    <td>
      <%= link_to t('page.show'), user_reserve_stat -%>
      <%= link_to t('page.destroy'), user_reserve_stat, data: {confirm: t('page.are_you_sure')}, method: :delete -%>
    </td>
  </tr>
<%- end -%>
</table>

<%= paginate(@user_reserve_stats) -%>
</div>
</div>

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

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.10 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.9 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.4.0.rc.1 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.8 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.7 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.4.0.beta.4 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.4.0.beta.3 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.6 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.4.0.beta.2 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.4.0.beta.1 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.5 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.4 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.3 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.2 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.1 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.0 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.0.rc.1 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.3.0.beta.1 app/views/user_reserve_stats/index.html.erb
enju_circulation-0.2.5 app/views/user_reserve_stats/index.html.erb