X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/573991e5a9997d5ea14e430ae58a40ef0eaecd34..8688edf992a909ca914834a00be58bbcd175f2e1:/app/views/user/_contact.html.erb?ds=inline diff --git a/app/views/user/_contact.html.erb b/app/views/user/_contact.html.erb index c0bf160fc..82ca579d9 100644 --- a/app/views/user/_contact.html.erb +++ b/app/views/user/_contact.html.erb @@ -1,7 +1,15 @@ - + <% + user_data = { + :lon => contact.home_lon, + :lat => contact.home_lat, + :icon => 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 %> <%= 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 %> @@ -28,6 +36,7 @@ <%= t'changeset.changeset.no_edits' %> <% end %> + <%= link_to t('user.view.send message'), :controller => 'message', :action => 'new', :display_name => contact.display_name %>