Sha256: fde60fdc5d5c56bf665b658d37df06590504fe8e50518bc53e71a2632bad28f0

Contents?: true

Size: 1.41 KB

Versions: 35

Compression:

Stored size: 1.41 KB

Contents

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

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

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

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

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

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
enju_circulation-0.1.0.pre35 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre34 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre33 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre32 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre31 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre30 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre29 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre28 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre27 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre26 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre25 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre24 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre23 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre22 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre21 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre20 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre19 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre18 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre17 app/views/manifestation_checkout_stats/index.html.erb
enju_circulation-0.1.0.pre16 app/views/manifestation_checkout_stats/index.html.erb