X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/33c0e95ebea3aeabae694ad5d9f0250dd11b56fb..6094a97ce6297d390e5bbf733f5c2b4cc6b2076c:/app/views/users/show.html.erb?ds=sidebyside diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 44319b384..f39224502 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -217,12 +217,12 @@
<%= t ".email address" %>
<%= @user.email %>
- <% unless @user.creation_ip.nil? -%> + <% unless @user.creation_address.nil? -%>
<%= t ".created from" %>
-
<%= link_to @user.creation_ip, users_path(:ip => @user.creation_ip) %>
+
<%= 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 %>