Sha256: 769cf153706753f0b2f1b365229679d69f611f99ea883b09d33cbc8b3008d9e2

Contents?: true

Size: 614 Bytes

Versions: 62

Compression:

Stored size: 614 Bytes

Contents

<h3>Newest Users (<%= @presenter.date_filter_string %>)</h3>
<h4>
<%- if !@presenter.start_date.blank? %>
  Total: <%= @presenter.recent_users.count %></div>
<%- else %>
    <%= @presenter.recent_users.count %> most recent users:
<%- end %>
</h4>
<ul>
  <% @presenter.recent_users.each do |usr| %>
    <li>
      <%= link_to usr.name, hyrax.user_path(usr), title: "View user's profile" %>
      <%- if usr.department %>
        of <%= usr.department %>
      <%- end %>
      registered
      <span class="date">
        <%= usr.created_at.to_time.strftime("%m/%d/%Y") %>
      </span>
    </li>
  <% end %>
</ul>

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.5.0 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.4.2 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.4.1 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.4.0 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.3.0 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.2.0 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-2.9.6 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.1.0 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-2.9.5 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.0.2 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.0.1 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.0.0 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-2.9.4 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-2.9.3 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-2.9.2 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-2.9.1 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-2.9.0 app/views/hyrax/admin/stats/_new_users.html.erb