Skip to content

Commit

Permalink
DEPRECATION WARNING: start_over_path is deprecated and will be remove…
Browse files Browse the repository at this point in the history
…d from a future release
  • Loading branch information
sandbergja committed Jan 3, 2023
1 parent a6eaca9 commit a671e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/catalog/_constraints.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div id="appliedParams" class="clearfix constraints-container col-12">
<div class="button--start-over">
<%= render_start_over_link(start_over_path) %>
<%= render_start_over_link(root_path) %>
</div>
<div class="button--edit-search">
<%=link_to t('blacklight.search.edit_search'), edit_search_link, :class => "catalog_editSearchLink btn btn-outline-secondary", :id=>"editSearchLink" %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/catalog/_previous_next_doc.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="row">
<div class="col-xs-12 px-4">
<div class="button--start-over">
<%= render_start_over_link(start_over_path) %>
<%= render_start_over_link(root_path) %>
</div>
<% if @search_context %>
<% if @search_context[:prev] || @search_context[:next] %>
Expand Down

0 comments on commit a671e65

Please sign in to comment.