Sha256: 374e33e26887505b7edeed10c63d04ad94fd99bcf604c7b4ad90c88d2584f299

Contents?: true

Size: 821 Bytes

Versions: 27

Compression:

Stored size: 821 Bytes

Contents

<div  class="activity-display">
  <table id="activity" class="table table-striped table-bordered">
    <thead>
      <tr>
        <th><%= t('.user_activity') %></th>
        <th class="activity-date"><%= t('.date') %></th>
      </tr>
    </thead>
    <tbody>
    <% events.each do |event| %>
      <% next if event[:action].blank? or event[:timestamp].blank? %>
      <tr>
        <td class="ensure-wrapped"><%= sanitize event[:action] %></td>
        <% time = Time.zone.at(event[:timestamp].to_i) %>
        <td data-sort="<%= time.getutc.iso8601(5) %>">
          <relative-time datetime="<%= time.getutc.iso8601 %>" title="<%= time.to_formatted_s(:standard) %>">
            <%= time.to_formatted_s(:long_ordinal) %>
          </relative-time>
        </td>
      </tr>
    <% end %>
    </tbody>
  </table>
</div>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/views/hyrax/users/_activity_log.html.erb
hyrax-5.0.0 app/views/hyrax/users/_activity_log.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/users/_activity_log.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/users/_activity_log.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/users/_activity_log.html.erb
hyrax-3.6.0 app/views/hyrax/users/_activity_log.html.erb
hyrax-4.0.0 app/views/hyrax/users/_activity_log.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/users/_activity_log.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/users/_activity_log.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/users/_activity_log.html.erb
hyrax-3.5.0 app/views/hyrax/users/_activity_log.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/users/_activity_log.html.erb
hyrax-3.4.2 app/views/hyrax/users/_activity_log.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/users/_activity_log.html.erb
hyrax-3.4.1 app/views/hyrax/users/_activity_log.html.erb
hyrax-3.4.0 app/views/hyrax/users/_activity_log.html.erb
hyrax-3.3.0 app/views/hyrax/users/_activity_log.html.erb
hyrax-3.2.0 app/views/hyrax/users/_activity_log.html.erb
hyrax-3.1.0 app/views/hyrax/users/_activity_log.html.erb
hyrax-3.0.2 app/views/hyrax/users/_activity_log.html.erb