Sha256: ff676262703ba1a6da08c433a3a69abe8a0695dee005a5d087b49e74d5485e9e

Contents?: true

Size: 1.73 KB

Versions: 14

Compression:

Stored size: 1.73 KB

Contents

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

<p>
  <strong><%= t('activerecord.attributes.manifestation_reserve_stat.start_date') -%>:</strong>
  <%= l(@manifestation_reserve_stat.start_date) -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.manifestation_reserve_stat.end_date') -%>:</strong>
  <%= l(@manifestation_reserve_stat.end_date) -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.manifestation_reserve_stat.state') -%>:</strong>
  <%= @manifestation_reserve_stat.state -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.manifestation_reserve_stat.note') -%>:</strong>
  <%= @manifestation_reserve_stat.note -%>
</p>

<table class="table table-striped index">
  <tr>
    <th><%= t('activerecord.models.manifestation') -%></th>
    <th><%= t('activerecord.attributes.reserve_stat_has_manifestation.reserves_count') -%></th>
  </tr>
  <%- @stats.each do |stat| -%>
    <tr class="line<%= cycle("0", "1") -%>">
      <td>
        <%= render 'manifestations/show_index', :manifestation => stat.manifestation if stat.manifestation -%>
      </td>
      <td><%= stat.reserves_count -%></td>
    </tr>
  <%- end -%>
</table>

<%= paginate(@stats) -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.edit'), edit_manifestation_reserve_stat_path(@manifestation_reserve_stat) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
  <h4><%= t('page.export') -%></h4>
  <ul>
    <li><%= link_to 'CSV', manifestation_reserve_stat_path(@manifestation_reserve_stat, :format => :csv, :locale => @locale.to_s) -%></li>
  </ul>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre35 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre34 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre33 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre32 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre31 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre30 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre29 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre28 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre27 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre26 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre25 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre24 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre23 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.1.0.pre22 app/views/manifestation_reserve_stats/show.html.erb