X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4b9efb63b8c3d1140c785fb216952d984abf4990..354cadfbe77a3234c5364243de0f52ae06420397:/app/views/user/_contact.html.erb diff --git a/app/views/user/_contact.html.erb b/app/views/user/_contact.html.erb index e723af9e7..9d719b52f 100644 --- a/app/views/user/_contact.html.erb +++ b/app/views/user/_contact.html.erb @@ -1,15 +1,13 @@ -
- <% - user_data = { - :lon => contact.home_lon, - :lat => contact.home_lat, - :icon => image_path(type == "friend" ? "marker-blue.png" : "marker-green.png"), - :description => render(:partial => "popup", :object => contact, :locals => {:type => type}) - } - %> - <%= content_tag "td", :rowspan => 3, :data => {:user => user_data} do %> - <%= user_thumbnail contact %> - <% end %> +<% + user_data = { + :lon => contact.home_lon, + :lat => contact.home_lat, + :icon => image_path(type == "friend" ? "marker-blue.png" : "marker-green.png"), + :description => render(:partial => "popup", :object => contact, :locals => {:type => type}) + } +%> +<%= content_tag :div, :class => "contact-activity clearfix", :data => {:user => user_data} do %> + <%= user_thumbnail contact %>

<%= link_to h(contact.display_name), :controller => 'user', :action => 'view', :display_name => contact.display_name %> @@ -47,4 +45,4 @@

-
+<% end %>