ref: master
app/views/friends/connections.html.erb
<%= _("Connections with %s") % @suggestion.suggestion.name %>
<%= button_bar do %> <%= button(:back, _('Go to friends list'), :controller => 'friends') %> <% end %> <%= render :partial => 'shared/profile_connections', :locals => { :suggestion => @suggestion, :tags => @tags, :profiles => @profiles } %>