X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/721f8e00b287974d6346e3c62bb8d0d599cc7db3..2c57c66195a2c3a280fb33bf0a8f433d20650516:/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 %>