From 2fc5a28a8b2b65938cda60210ac12e5c08534f8e Mon Sep 17 00:00:00 2001 From: r888888888 Date: Thu, 8 Oct 2015 17:38:04 -0700 Subject: [PATCH] fix link --- app/views/moderator/ip_addrs/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/moderator/ip_addrs/index.html.erb b/app/views/moderator/ip_addrs/index.html.erb index 3b02561ab..3c71b18d1 100644 --- a/app/views/moderator/ip_addrs/index.html.erb +++ b/app/views/moderator/ip_addrs/index.html.erb @@ -2,7 +2,7 @@

IP Addresses

-

The following users share IP addresses used by <%= params[:user_name] %>. This searches across comments, post changes, note changes, pool changes, wiki changes, and dmails over the past 3 months.

+

The following users share IP addresses used by <%= params[:search][:user_name] %>. This searches across comments, post changes, note changes, pool changes, wiki changes, and dmails over the past 3 months.

@@ -14,7 +14,7 @@ <% @search.find_common_users.each do |user_id, count| %> - + <% end %>
<%= link_to User.id_to_name(user_id), users_path(user_id) %><%= link_to User.id_to_name(user_id), user_path(user_id) %> <%= count %>