Sha256: f14f11a0e2da03081976d094f85abf41b76a7d6524305d8586d117cd9ade8683

Contents?: true

Size: 791 Bytes

Versions: 8

Compression:

Stored size: 791 Bytes

Contents

<h2>Top File Formats and Users</h2>
<h3>Statistics in this section shows the top <%= @presenter.limit %> items for each category</h3>
<% if @presenter.limit == 5 %>
  <p><%= link_to "View top 20", sufia.admin_stats_path(limit: '20') %> </p>
<% else %>
  <p><%= link_to "View top 5", sufia.admin_stats_path %> </p>
<% end %>

<h3>Top File Formats (top <%= @presenter.top_formats.count %>)</h3>
<ul>
  <% @presenter.top_formats.each do |fmt| %>
    <li><%= fmt.label %> <span class="count">(<%= fmt.value %>)</span></li>
  <% end %>
</ul>

<br/>
<h3>Most Active Users (top <%= @presenter.active_users.count %>)</h3>
<ul>
  <% @presenter.active_users.each do |user| %>
    <li>
      <%= link_to_profile(user.label) %> <span class="count">(<%= user.value %>)</span>
    </li>
  <% end %>
</ul>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sufia-7.4.1 app/views/sufia/admin/stats/_top_data.html.erb
sufia-7.4.0 app/views/sufia/admin/stats/_top_data.html.erb
sufia-7.3.1 app/views/sufia/admin/stats/_top_data.html.erb
sufia-7.3.0 app/views/sufia/admin/stats/_top_data.html.erb
sufia-7.3.0.rc3 app/views/sufia/admin/stats/_top_data.html.erb
sufia-7.3.0.rc2 app/views/sufia/admin/stats/_top_data.html.erb
sufia-7.3.0.rc1 app/views/sufia/admin/stats/_top_data.html.erb
sufia-7.2.0 app/views/sufia/admin/stats/_top_data.html.erb