Sha256: 783f1d0279552647a8b4dcf66abe8adc23f0c8bd48bc2f9dbcf7ed4741285a99

Contents?: true

Size: 608 Bytes

Versions: 15

Compression:

Stored size: 608 Bytes

Contents

<h3>Newest Users (<%= @presenter.date_filter_string %>)</h3>
<h4>
<%- if !@presenter.start_date.blank? %>
  Total: <%= @presenter.recent_users.count %>
<%- 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

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-5.0.4 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-5.0.3 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-5.0.2 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-5.0.1 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-5.0.0 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-4.0.0 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/admin/stats/_new_users.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/admin/stats/_new_users.html.erb