Sha256: dd9ec85485e189e76fd1f70189c416e42facb19d70c2b6d47d9f655858d51a51

Contents?: true

Size: 305 Bytes

Versions: 77

Compression:

Stored size: 305 Bytes

Contents

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

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-5.0.4 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-5.0.3 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-5.0.2 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-5.0.1 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-5.0.0 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-3.6.0 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-4.0.0 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-3.5.0 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-3.4.2 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-3.4.1 app/views/hyrax/admin/stats/_deposits.html.erb
hyrax-3.4.0 app/views/hyrax/admin/stats/_deposits.html.erb