Sha256: ede322da172c908a08bef042b85dd02d322f943bbdeb73d72e758c122c4292ab

Contents?: true

Size: 636 Bytes

Versions: 9

Compression:

Stored size: 636 Bytes

Contents

<p id="notice"><%= notice %></p>

<h1>Bookmarks (<%= current_user.bookmarks.where(document_type: 'Kithe::Model').size %>)</h1>

<p>
  <%= render "admin/documents/result_toggle" %>
  <%= render "admin/documents/result_selected_options" %>
  <span class='float-right'>
    <%== pagy_bootstrap_nav(@pagy) %>
  </span>
</p>

<hr/>

<%= render "admin/documents/result_selection_options" %>

<ol id='results' class='list-unstyled' data-controller='results'>
  <% @bookmarks.each_with_index do |bookmark, index| %>
    <%= render 'admin/documents/document', document: Kithe::Model.find(bookmark.document_id), index: index %>
  <% end %>
</ol>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
geoblacklight_admin-0.5.0 app/views/admin/bookmarks/index.html.erb
geoblacklight_admin-0.4.2 app/views/admin/bookmarks/index.html.erb
geoblacklight_admin-0.4.1 app/views/admin/bookmarks/index.html.erb
geoblacklight_admin-0.4.0 app/views/admin/bookmarks/index.html.erb
geoblacklight_admin-0.3.2 app/views/admin/bookmarks/index.html.erb
geoblacklight_admin-0.3.1 app/views/admin/bookmarks/index.html.erb
geoblacklight_admin-0.3.0 app/views/admin/bookmarks/index.html.erb
geoblacklight_admin-0.2.1 app/views/admin/bookmarks/index.html.erb
geoblacklight_admin-0.1.0 app/views/admin/bookmarks/index.html.erb