X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/eb7b0c05e3e49f848377d74aab4953f552b8ca89..9f84c6f46e14eb64f985d2b67a331957f648380a:/app/views/user/_contact.html.erb diff --git a/app/views/user/_contact.html.erb b/app/views/user/_contact.html.erb index 08b982cd7..bb1dff0dc 100644 --- a/app/views/user/_contact.html.erb +++ b/app/views/user/_contact.html.erb @@ -10,7 +10,7 @@ <%= user_thumbnail contact %>

- <%= link_to h(contact.display_name), :controller => 'user', :action => 'view', :display_name => contact.display_name %> + <%= link_to h(contact.display_name), user_path(contact) %> <% if @this_user.home_lon and @this_user.home_lat and contact.home_lon and contact.home_lat %> <% distance = @this_user.distance(contact) %> <% if distance < 1 %>