Sha256: 577a392e7db22f1ae187f106ca2b0914450450f447244e798abca4d697b89ec9

Contents?: true

Size: 637 Bytes

Versions: 10

Compression:

Stored size: 637 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>
      <a href="<%= hyrax.profile_path(usr.user_key) %>" title="View user's profile"><%= usr.name %></a>
      <%- 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

10 entries across 10 versions & 2 rubygems

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