Sha256: fe2ae55b686d6bbb8a40c67f90bfac0d6a8c94ecfb4e5080d671fc33aa970ed7
Contents?: true
Size: 637 Bytes
Versions: 21
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="<%= sufia.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
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
sufia-6.4.0 | app/views/admin/stats/_new_users.html.erb |