cirandas.net

ref: master

plugins/people_block/views/blocks/footers/friends.html.erb


<%= link_to s_('friends|View all'), {:profile => block.owner.identifier, :controller => 'profile', :action => 'friends'}, :class => 'view-all' %>

<% if !block.suggestions.empty? && user == block.owner %>
  

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

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