% if profiles.present? %>
<%= _("Profiles in common:") %>
<% profiles.each do |profile| %>
-
<%= link_to_profile profile_image(profile) + '
' + profile.short_name,
profile.identifier, :class => 'profile-link' %>
<% end %>
<% end %>
<% if tags.present? %>
<%= _("Tags in common:") %>
<% tags.each do |tag| %>
- <%= tag.name %>
<% end %>
<% end %>