clean up search form behaviour
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<%= hidden_field_tag :language, @language_code if @language_code.present? %>
|
||||
<%= hidden_field_tag :category, @category if @category.present? %>
|
||||
<%= hidden_field_tag :starts_with, @starts_with if @starts_with.present? %>
|
||||
Reference in New Issue
Block a user