Skip to content

Commit

Permalink
Update app/views/catalog/_show_main_content.html.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Morris <523381+cdmo@users.noreply.github.com>
  • Loading branch information
cbeer and cdmo committed Sep 30, 2020
1 parent 59f3a52 commit b5f8d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_show_main_content.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= render 'previous_next_doc' if @search_context && @search_context['document_id'] == @document.id %>
<%= render 'previous_next_doc' if @search_context && search_session['document_id'] == @document.id %>
<% @page_title = t('blacklight.search.show.title', :document_title => document_show_html_title, :application_name => application_name).html_safe %>
<% content_for(:head) { render_link_rel_alternates } %>
Expand Down

0 comments on commit b5f8d7c

Please sign in to comment.