Skip to content

Commit

Permalink
Removes check on document id in search session for "start over" and "…
Browse files Browse the repository at this point in the history
…back to search" buttons
  • Loading branch information
Charlie Morris authored and cbeer committed Sep 30, 2020
1 parent e4fbb53 commit 98fdffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% if current_search_session && current_search_session['document_id'] == @document.id %>
<% if current_search_session %>
<div id="appliedParams" class="clearfix constraints-container">
<%= render 'start_over' %>
<%= link_back_to_catalog class: 'btn btn-outline-secondary' %>
Expand Down

0 comments on commit 98fdffe

Please sign in to comment.