Sha256: 09a6b979f89b0e0f839afe33701a0226c837bc352f38c9cb49ee0a1bed8157cb

Contents?: true

Size: 415 Bytes

Versions: 105

Compression:

Stored size: 415 Bytes

Contents

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

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

Version data entries

105 entries across 105 versions & 1 rubygems

Version Path
blacklight-spotlight-2.13.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.12.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.12.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.11.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.10.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.9.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.8.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.7.2 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.7.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.7.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.6.1.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.6.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.6.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.5.2 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.5.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.5.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.4.1 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.4.0 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.3.3 app/views/spotlight/dashboards/_page_activity.html.erb
blacklight-spotlight-2.3.2 app/views/spotlight/dashboards/_page_activity.html.erb