diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index ccdabacd3..50050d2eb 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -1,5 +1,6 @@ .span-20.last %h1= "#{@person.real_name}" + = link_to 'remove friend', @person, :confirm => 'Are you sure?', :method => :delete - if @person_profile %p %b First Name