* Refactored tag fix code

* Revert quick search open in new window behavior
This commit is contained in:
albert
2013-03-18 09:13:39 -07:00
parent a48ea51f55
commit 177baa9ec7
8 changed files with 93 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
<%= form_tag(pools_path, :method => :get, :target => "_blank") do %>
<%= form_tag(pools_path, :method => :get) do %>
<%= text_field "search", "name_matches" %>
<% end %>