ref: master
app/views/shared/_profile_connections.html.erb
<% if profiles.present? %><%= _("Profiles in common:") %>
<% profiles.each do |profile| %>
- <%= link_to_profile profile_image(profile) + '
<% end %>
'.html_safe + profile.short_name, profile.identifier, :class => 'profile-link' %>
<% end %> <% if tags.present? %><%= _("Tags in common:") %>