Sha256: 1cd58c15fa16cb17b4dfa9038582a8b6bda830e6deca8638c00aa20ca502633d

Contents?: true

Size: 422 Bytes

Versions: 2

Compression:

Stored size: 422 Bytes

Contents

<h3><%= t :'.header' %></h3>

<% unless @pages.empty? %>
  <table class="table table-striped">
  <thead>
    <tr class="d-flex">
      <th class="col-6"><%= t :'.field.title' %></th>
      <th class="col-4"><%= t :'.field.last_edited_by' %></th>
      <th class="col-2"><%= t :'.field.updated_at' %></th>
    </tr>
  </thead>
  <tbody>
    <%= render partial: 'page', collection: @pages %>
  </tbody>
  </table>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.2 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-3.0.0.alpha.1 app/views/spotlight/dashboards/_page_activity.html.erb