Sha256: c2bc2a28a2740a98f7ed6f45a492be0de99707bbe7ec6e4a445218290386d083

Contents?: true

Size: 1.7 KB

Versions: 86

Compression:

Stored size: 1.7 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="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 -%>
      </td>
      <td><%= stat.reserves_count -%></td>
    </tr>
  <%- end -%>
</table>

<%= will_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

86 entries across 86 versions & 2 rubygems

Version Path
enju_message-0.1.11 app/views/manifestation_reserve_stats/show.html.erb
enju_message-0.0.25 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.67 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.66 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.65 app/views/manifestation_reserve_stats/show.html.erb
enju_message-0.1.9 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.64 app/views/manifestation_reserve_stats/show.html.erb
enju_message-0.0.24 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.63 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.62 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.61 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.60 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.59 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.58 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.57 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.56 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.55 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.54 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.53 app/views/manifestation_reserve_stats/show.html.erb
enju_circulation-0.0.52 app/views/manifestation_reserve_stats/show.html.erb