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