Sha256: 47774e19925b87f8a6fb4f234f20dcacb947f566cd0356e56422145cbb700ae0

Contents?: true

Size: 318 Bytes

Versions: 10

Compression:

Stored size: 318 Bytes

Contents

<h3>Deposits By Users (<%= @presenter.date_filter_string %>)</h3>
<ul>
  <% @presenter.depositors.each do |usr| %>
    <li>
      <a href="<%= hyrax.profile_path(usr[:key]) %>" title="View user's profile"><%= usr[:user].name %></a>
      deposited <%= pluralize(usr[:deposits], "file") %>
    </li>
  <% end %>
</ul>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-1.1.0 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-1.0.5 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-1.0.4 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-1.0.3 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-1.0.2 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-1.0.1 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/admin/stats/_deposits.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/admin/stats/_deposits.html.erb