X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6595d43e3cda580508a069e174d0059febcdc6ea..6094a97ce6297d390e5bbf733f5c2b4cc6b2076c:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index d479b1d56..f39224502 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -219,10 +219,10 @@
<%= @user.email %>
<% unless @user.creation_address.nil? -%>
<%= t ".created from" %>
-
<%= link_to @user.creation_address, users_path(:ip => @user.creation_address) %>
+
<%= link_to @user.creation_address, users_list_path(:ip => @user.creation_address) %>
<% end -%>
<%= t ".status" %>
-
<%= link_to @user.status.capitalize, users_path(:status => @user.status) %>
+
<%= link_to @user.status.capitalize, users_list_path(:status => @user.status) %>
<%= t ".spam score" %>
<%= @user.spam_score %>