Added redirect parameter to quick search function

- Also fixed quick search parameter on wiki pages
This commit is contained in:
BrokenEagle
2020-01-25 20:32:33 +00:00
parent 75ac11166c
commit 217f5e6c81
5 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<% content_for(:secondary_links) do %>
<%= quick_search_form_for(:name_matches, pools_path, "pools", autocomplete: "pool") %>
<%= quick_search_form_for(:name_matches, pools_path, "pools", autocomplete: "pool", redirect: true) %>
<%= subnav_link_to "Gallery", gallery_pools_path %>
<%= subnav_link_to "Listing", pools_path %>
<%= subnav_link_to "New", new_pool_path %>