remove_suggestion.html.erb 204 Bytes
<div id="remove_suggestion">
  <h1><%= _('Removing suggestion for friend: %s') % @person.name %></h1>

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