Sha256: bb423aaa5f43699e9882d5f3ddd2438539ad1688ebf1dfca9ff6767b771cf9d8
Contents?: true
Size: 1.73 KB
Versions: 4
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_checkout_stat')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.manifestation_checkout_stat.start_date') -%>:</strong> <%= l(@manifestation_checkout_stat.start_date) -%> </p> <p> <strong><%= t('activerecord.attributes.manifestation_checkout_stat.end_date') -%>:</strong> <%= l(@manifestation_checkout_stat.end_date) -%> </p> <p> <strong><%= t('activerecord.attributes.manifestation_checkout_stat.state') -%>:</strong> <%= @manifestation_checkout_stat.state -%> </p> <p> <strong><%= t('activerecord.attributes.manifestation_checkout_stat.note') -%>:</strong> <%= @manifestation_checkout_stat.note -%> </p> <table class="table table-striped index"> <tr> <th><%= t('activerecord.models.manifestation') -%></th> <th><%= t('activerecord.attributes.checkout_stat_has_manifestation.checkouts_count') -%></th> </tr> <%- @stats.each do |stat| -%> <tr class="line<%= cycle("0", "1") -%>"> <td> <%= render 'manifestations/show_index', :manifestation => stat.manifestation -%> </td> <td><%= stat.checkouts_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_checkout_stat_path(@manifestation_checkout_stat) -%></li> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> <h4><%= t('page.export') -%></h4> <ul> <li><%= link_to 'CSV', manifestation_checkout_stat_path(@manifestation_checkout_stat, :format => :csv, :locale => @locale.to_s) -%></li> </ul> </div>
Version data entries
4 entries across 4 versions & 1 rubygems