Skip to content

Commit

Permalink
Bring back previousNextDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Nov 27, 2023
1 parent 1b121bc commit 35f8a7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/views/catalog/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
<%= render 'constraints', :params => current_search_session.try(:query_params) || {} %>
<% end %>
<% if @previous_document || @next_document %>
<%= render 'previous_next_doc' %>
<% end %>
<%= render(Blacklight::SearchContextComponent.new(search_context: @search_context, search_session: search_session)) %>
<%# this should be in a partial -%>
<div id="document" class="<%= render_document_class %>">
Expand Down

0 comments on commit 35f8a7f

Please sign in to comment.