X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fc90b7358124ce9017a94b3f6e4a779fbc28c71c..7b2af50f4a12da6f18c4b5d89ee1264e252c6da9:/app/views/user/_contact.html.erb diff --git a/app/views/user/_contact.html.erb b/app/views/user/_contact.html.erb index bb1dff0dc..2697d0302 100644 --- a/app/views/user/_contact.html.erb +++ b/app/views/user/_contact.html.erb @@ -11,8 +11,8 @@

<%= 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 @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 %>