<%= link_to s_('friends|View all'), {:profile => profile.identifier, :controller => 'profile', :action => 'friends'}, :class => 'view-all' %> <% if !suggestions.empty? && user == profile %>

<%= _('Some suggestions for you') %>

<%= render :partial => 'shared/profile_suggestions_list', :locals => { :suggestions => suggestions, :collection => :friends_suggestions } %>
<%= link_to _('See all suggestions'), profile.people_suggestions_url %>
<% end %>