Sha256: 8e7c6f6d88ab5f9999c6d7d2935263a8b8c517caac7ed85bb499e005f7c9f4b3
Contents?: true
Size: 1.74 KB
Versions: 45
Compression:
Stored size: 1.74 KB
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <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> <%= localized_state(@manifestation_reserve_stat.current_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 ui-widget-content"> <%= form_for(@manifestation_reserve_stat) do |f| %> <ul> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> <% end %> <h4><%= t('page.export') -%></h4> <ul> <li><%= link_to 'TSV', manifestation_reserve_stat_path(@manifestation_reserve_stat, format: :txt, locale: @locale.to_s) -%></li> </ul> </div>
Version data entries
45 entries across 45 versions & 1 rubygems