X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6290405336817cd282ad5062ce3fc3774ccf61e4..f6141277d5a727fdec5c7bb26e35b17b1e6f495d:/app/views/users/_user.html.erb diff --git a/app/views/users/_user.html.erb b/app/views/users/_user.html.erb index ef50ccaf2..2fb14b6bd 100644 --- a/app/views/users/_user.html.erb +++ b/app/views/users/_user.html.erb @@ -4,10 +4,10 @@

- <% if user.creation_ip %> + <% if user.creation_address %> <%= t "users.index.summary_html", :name => link_to(user.display_name, user), - :ip_address => link_to(user.creation_ip, :ip => user.creation_ip), + :ip_address => link_to(user.creation_address, :ip => user.creation_address), :date => l(user.created_at, :format => :friendly) %> <% else %> <%= t "users.index.summary_no_ip_html",