Noosfero/noosfero

View on GitHub
app/views/friends/connections.html.erb

Summary

Maintainability
Test Coverage
<h1><%= _("Connections with %s") % @suggestion.suggestion.name %></h1>

<%= button_bar do %>
  <%= button(:back, _('Go to friends list'), :controller => 'friends') %>
<% end %>

<%= render :partial => 'shared/profile_connections', :locals => { :suggestion => @suggestion, :tags => @tags, :profiles => @profiles } %>