]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/_contact.html.erb
Redirect after processing user changes
[rails.git] / app / views / user / _contact.html.erb
index aa277f83ed3bc78112c2d9eb2029272529c39834..e0babce7eefda4b92ba5992b472d86d5e9ba2a39 100644 (file)
@@ -1,14 +1,10 @@
 <tr>
   <td rowspan="2">
-    <% if contact.image %>
-      <%= image_tag url_for_file_column(contact, "image"), :class => "user_thumbnail" %>
-    <% else %>
-      <%= image_tag "anon_small.png", :class => "user_thumbnail" %>
-    <% end %>
+    <%= user_thumbnail contact %>
   </td>
   <td>
     <%= link_to h(contact.display_name), :controller => 'user', :action => 'view',  :display_name => contact.display_name %>
-    <% if contact.home_lon and contact.home_lat %>
+    <% if @this_user.home_lon and @this_user.home_lat and contact.home_lon and contact.home_lat %>
       <% distance = @this_user.distance(contact) %>
       <% if distance < 1 %>
         (<%= t 'user.view.m away', :count => (distance * 1000).round %>)