Revert "fixes #2530: improved ip addr search"

This reverts commit 1eb2d515fd.

Conflicts:
	app/views/moderator/ip_addrs/index.html.erb
This commit is contained in:
r888888888
2015-10-15 12:12:21 -07:00
parent 821c7bc2a5
commit d8e84a90dc
4 changed files with 7 additions and 54 deletions

View File

@@ -4,6 +4,7 @@
<%= form_tag(moderator_ip_addrs_path, :method => :get, :class => "simple_form") do %>
<%= search_field "user_name", :label => "User" %>
<%= search_field "ip_addr", :label => "IP Addr" %>
<%= submit_tag "Search" %>
<% end %>
</div>