Sha256: 59904622baeeb6b4e76878445eb6a980cc5557b520c6e3a81fe281f7b23da6af

Contents?: true

Size: 422 Bytes

Versions: 67

Compression:

Stored size: 422 Bytes

Contents

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

<% 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

67 entries across 67 versions & 1 rubygems

Version Path
blacklight-spotlight-5.0.0.pre.alpha3 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-5.0.0.pre.alpha2 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-5.0.0.pre.alpha1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.7.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.7.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.6.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.6.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.5.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.4.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.3.6 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.3.5 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.3.4 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.3.3 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.3.2 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.3.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.3.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.2.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.1.2 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.1.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-4.1.0 app/views/spotlight/dashboards/_page_activity.html.erb