cirandas.net

ref: master

app/views/friends/suggest.html.erb


<%= _("Friends suggestions for %s") % profile.name %>

<%= button_bar do %> <%= button(:back, _('Go to friends list'), :controller => 'friends') %> <% end %>
<%= render :partial => 'shared/profile_suggestions_list', :locals => { :suggestions => @suggestions, :collection => :friends_suggestions, :per_page => 12 } %>