remove unused commit=Go parameter from post searches

This commit is contained in:
Toks
2013-07-06 16:27:18 -04:00
parent c534df3871
commit 66dc220d44

View File

@@ -7,6 +7,6 @@
<h1>Search</h1>
<%= form_tag(path, :method => "get") do %>
<%= text_field_tag("tags", tags, :size => 20) %>
<%= submit_tag "Go" %>
<%= submit_tag "Go", :name => nil %>
<% end %>
</section>