cirandas.net

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) + '
    '.html_safe + profile.short_name, profile.identifier, :class => 'profile-link' %>
  • <% end %>

<% end %> <% if tags.present? %>

<%= _("Tags in common:") %>

    <% tags.each do |tag| %>
  • <%= tag.name %>
  • <% end %>
<% end %>