diff --git a/app/views/bookmarks/index.html.erb b/app/views/bookmarks/index.html.erb index a39c47c2b..4b1301cdc 100644 --- a/app/views/bookmarks/index.html.erb +++ b/app/views/bookmarks/index.html.erb @@ -12,7 +12,8 @@

<%= t('blacklight.bookmarks.no_bookmarks') %>

<% else %> <%= render 'sort_and_per_page' %> - <%= render_document_index %> +

<%= t('blacklight.bookmarks.list_title') %>

+ <%= render_document_index @response.documents %> <%= render 'results_pagination' %> <% end %>