Noosfero/noosfero

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

Summary

Maintainability
Test Coverage
<div id="remove_suggestion">
  <h1><%= _('Removing suggestion for friend: %s') % @person.name %></h1>

  <%= render :partial => 'shared/remove_suggestion', :locals => { :suggestion => @person } %>
</div>