Sha256: 88b098439b93458c103f63c07dd7925d74a64c737f2c1f701daa26ecccc104da

Contents?: true

Size: 1.58 KB

Versions: 22

Compression:

Stored size: 1.58 KB

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<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.current_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 if stat.manifestation -%>
      </td>
      <td><%= stat.bookmarks_count -%></td>
    </tr>
  <%- end -%>
</table>

<%= paginate(@stats) -%>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <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 'TSV', bookmark_stat_path(@bookmark_stat, format: :txt) -%></li>
  </ul>
</div>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
enju_bookmark-0.3.2 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.3.1 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.3.0 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.3.0.beta.1 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.2.2 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.2.1 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.2.0 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.2.0.beta.5 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.2.0.beta.3 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.2.0.beta.2 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.2.0.beta.1 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.3 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre23 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre22 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre21 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre20 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre19 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre18 app/views/bookmark_stats/show.html.erb
enju_bookmark-0.1.2.pre17 app/views/bookmark_stats/show.html.erb