X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/46c183ffeb68a45e6e0793c813f2756109f40642..7dbf8d83369cb73929080c4ba23fdd7dcd0184df:/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 %>