remove_suggestion.html.erb 204 Bytes Edit Raw Blame History 1 2 3 4 5 <div id="remove_suggestion"> <h1><%= _('Removing suggestion for friend: %s') % @person.name %></h1> <%= render :partial => 'shared/remove_suggestion', :locals => { :suggestion => @person } %> </div>