Sha256: 68536a9562d5c3ac6144380e682db04ea960417b34a358be8d86ab64007c52e3

Contents?: true

Size: 443 Bytes

Versions: 17

Compression:

Stored size: 443 Bytes

Contents

<table id="activity" class="table table-striped table-bordered">
  <thead>
    <tr>
      <th>User Activity</th>
      <th>Date</th>
    </tr>
  </thead>
  <tbody>
  <% events.each do |event| %>
    <% next if event[:action].blank? or event[:timestamp].blank? %>
    <tr>
      <td><%= event[:action].html_safe %></td>
      <td><%= time_ago_in_words(Time.zone.at(event[:timestamp].to_i)) %> ago</td>
    </tr>
  <% end %>
  </tbody>
</table>

Version data entries

17 entries across 17 versions & 3 rubygems

Version Path
hyrax-1.1.0 app/views/hyrax/users/_activity_log.html.erb
sufia-7.4.1 app/views/users/_activity_log.html.erb
hyrax-1.0.5 app/views/hyrax/users/_activity_log.html.erb
sufia-7.4.0 app/views/users/_activity_log.html.erb
hyrax-1.0.4 app/views/hyrax/users/_activity_log.html.erb
hyrax-1.0.3 app/views/hyrax/users/_activity_log.html.erb
hyrax-1.0.2 app/views/hyrax/users/_activity_log.html.erb
hyrax-1.0.1 app/views/hyrax/users/_activity_log.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/users/_activity_log.html.erb
sufia-7.3.1 app/views/users/_activity_log.html.erb
hyrax-1.0.0.rc1 app/views/hyrax/users/_activity_log.html.erb
sufia-7.3.0 app/views/users/_activity_log.html.erb
sufia-7.3.0.rc3 app/views/users/_activity_log.html.erb
sufia-7.3.0.rc2 app/views/users/_activity_log.html.erb
sufia-7.3.0.rc1 app/views/users/_activity_log.html.erb
test_hyrax-0.0.1.alpha app/views/hyrax/users/_activity_log.html.erb
sufia-7.2.0 app/views/users/_activity_log.html.erb