X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a66c34991acfff398fbc83c921dfce18a835ee26..e89742928ddccbe127955f94be4be61e13f1faed:/app/views/users/_contact.html.erb diff --git a/app/views/users/_contact.html.erb b/app/views/users/_contact.html.erb index 1479a1e4f..8379bcd07 100644 --- a/app/views/users/_contact.html.erb +++ b/app/views/users/_contact.html.erb @@ -8,7 +8,7 @@ <%= user_thumbnail contact %>
- <%= link_to h(contact.display_name), user_path(contact) %> + <%= link_to 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 %>