diff --git a/app/views/moderator/ip_addrs/_ip_listing.erb b/app/views/moderator/ip_addrs/_ip_listing.erb index 2529a33bd..dacc6e677 100644 --- a/app/views/moderator/ip_addrs/_ip_listing.erb +++ b/app/views/moderator/ip_addrs/_ip_listing.erb @@ -1,4 +1,4 @@ -<%= link_to "Perform another search for accounts associated with these IP addresses", moderator_ip_addrs_path(:search => {:ip_addr => @results.map{|k, count| k}.join(",")}) %> +
<%= link_to "Search for users with these IP addresses", moderator_ip_addrs_path(:search => {:ip_addr => @results.map {|k, count| k}.join(",")}) %>
| <%= ip_address %> | +<%= link_to moderator_ip_addrs_path(:search => {:ip_addr => ip_address}) %> | <%= count %> |
| User | -User ID | Number of Occurrences | |
|---|---|---|---|
| <%= link_to_user User.find(user_id) %> | -<%= user_id %> | +<%= link_to User.id_to_name(user_id), moderator_ip_addrs_path(:search => {:user_id => user_id}) %> | <%= count %> |