Sha256: 0e52c6e87730230a2b8fdb1a3dae4e007360fd4ef23d971383abfcf248f003d6

Contents?: true

Size: 791 Bytes

Versions: 23

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", hyrax.admin_stats_path(limit: '20') %> </p>
<% else %>
  <p><%= link_to "View top 5", hyrax.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

23 entries across 23 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.3 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-1.1.0 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.2 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.1 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.0 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-1.0.5 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-1.0.4 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-1.0.3 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-1.0.2 app/views/hyrax/admin/stats/_top_data.html.erb
hyrax-1.0.1 app/views/hyrax/admin/stats/_top_data.html.erb