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