Fix subnav quick search bar on /artist_commentaries.

This commit is contained in:
evazion
2016-12-20 03:29:47 -06:00
parent 2584646017
commit 0af7e84c78

View File

@@ -1,3 +1,3 @@
<%= form_tag(artist_commentaries_path, :method => :get) do %>
<%= text_field "search", "name", :id => "quick_search_name", :placeholder => "Search commentary" %>
<%= text_field "search", "text_matches", :id => "quick_search_text_matches", :placeholder => "Search commentary" %>
<% end %>