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

- <%= link_to h(contact.display_name), :controller => 'user', :action => 'view', :display_name => contact.display_name %> - <% if @this_user.home_lon and @this_user.home_lat and contact.home_lon and contact.home_lat %> - <% distance = @this_user.distance(contact) %> + <%= link_to h(contact.display_name), user_path(contact) %> + <% if @user.home_lon and @user.home_lat and contact.home_lon and contact.home_lat %> + <% distance = @user.distance(contact) %> <% if distance < 1 %> (<%= t 'user.view.m away', :count => (distance * 1000).round %>) <% else %> @@ -35,7 +35,7 @@