X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/8f7f02b025f59db466fdb22ea3686cb6c5adc400..de4c09cbfd0511a0fc927921b84ac4b649fb69fa:/app/views/users/lists/_user.html.erb diff --git a/app/views/users/lists/_user.html.erb b/app/views/users/lists/_user.html.erb index 14216a244..a3900cb38 100644 --- a/app/views/users/lists/_user.html.erb +++ b/app/views/users/lists/_user.html.erb @@ -7,7 +7,7 @@ <% if user.creation_address %> <%= t ".summary_html", :name => link_to(user.display_name, user), - :ip_address => link_to(user.creation_address, :ip => user.creation_address), + :ip_address => link_to(user.creation_address, :status => params[:status], :ip => user.creation_address), :date => l(user.created_at, :format => :friendly) %> <% else %> <%= t ".summary_no_ip_html",