From 7fb7c519cc8320c32773ad25553d8d0c285703b2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 15 Jul 2010 16:30:56 -0700 Subject: [PATCH] Adding active to friend view --- app/views/people/show.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index 50050d2eb..ee0892315 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -1,6 +1,10 @@ .span-20.last %h1= "#{@person.real_name}" = link_to 'remove friend', @person, :confirm => 'Are you sure?', :method => :delete +%p + %b Active? +%p + = @person.active - if @person_profile %p %b First Name