Skip to content

Commit

Permalink
Merge pull request #395 from trln/start-over
Browse files Browse the repository at this point in the history
Fix issue with "start over" button not clearing selected facets
  • Loading branch information
kazymovae authored Jan 30, 2023
2 parents 77174ab + 96a69f6 commit fa31e0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.2.3
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@
<%= sort_fields_select %>
</div>
<div class="submit-buttons col-md-5 col-sm-6 col-xs-6 offset-md-1">
<%= link_to t('blacklight.advanced_search.form.start_over_html'), advanced_search_catalog_path,
class: 'btn btn-outline-secondary advanced-search-start-over' %>
<%= submit_tag t('blacklight.advanced_search.form.search_btn_html'), class: 'btn btn-primary advanced-search-submit', id: "advanced-search-submit" %>
<%= button_tag t('blacklight.advanced_search.form.start_over_html'), type: 'reset', class: 'btn btn-outline-secondary advanced-search-start-over' %>
</div>
</div>
<% end %>
Expand Down

0 comments on commit fa31e0c

Please sign in to comment.