Sha256: cd523260eaa03c206733c87f9a281d1be70defd950757f7fb9f7699471574913

Contents?: true

Size: 1.55 KB

Versions: 7

Compression:

Stored size: 1.55 KB

Contents

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

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

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

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

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

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

<%= paginate(@stats) -%>

</div>
</div>

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
enju_bookmark-0.1.2.pre11 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre10 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre9 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre8 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre7 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre6 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre5 app/views/bookmark_stats/show.html.erb