X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/788161010f0fcc3b128d5150d96b2b1cc16cbc5a..b982bc6b19a3b14eba653088d917c6fe514db396:/app/views/user/account.rhtml diff --git a/app/views/user/account.rhtml b/app/views/user/account.rhtml index cd38cc67f..5014b43af 100644 --- a/app/views/user/account.rhtml +++ b/app/views/user/account.rhtml @@ -34,13 +34,15 @@
Name | +Distance | Contact |
---|---|---|
<%= link_to nearby.display_name, :controller => 'user', :action => 'view', :display_name => nearby.display_name %> | +<%= @user.distance(nearby).round %>km away | <%= link_to 'send message', :controller => 'message', :action => 'new', :user_id => nearby.id %> |