fixes #1144
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<%= form_tag(artists_path, :method => :get) do %>
|
||||
<%= text_field "search", "name" %>
|
||||
<%= text_field "search", "name", :id => "quicksearch_name" %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%= form_tag(pools_path, :method => :get) do %>
|
||||
<%= text_field "search", "name_matches" %>
|
||||
<%= text_field "search", "name_matches", :id => "quick_search_name_matches" %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%= form_tag(tags_path, :method => :get) do %>
|
||||
<%= text_field "search", "name_matches" %>
|
||||
<%= text_field "search", "name_matches", :id => "quick_search_name_matches" %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<%= form_tag(wiki_pages_path, :method => :get) do %>
|
||||
<%= text_field "search", "title" %>
|
||||
<%= text_field "search", "title", :id => "quick_search_title" %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user