Adding active to friend view
This commit is contained in:
parent
e5a5b5a828
commit
7fb7c519cc
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,10 @@
|
||||||
.span-20.last
|
.span-20.last
|
||||||
%h1= "#{@person.real_name}"
|
%h1= "#{@person.real_name}"
|
||||||
= link_to 'remove friend', @person, :confirm => 'Are you sure?', :method => :delete
|
= link_to 'remove friend', @person, :confirm => 'Are you sure?', :method => :delete
|
||||||
|
%p
|
||||||
|
%b Active?
|
||||||
|
%p
|
||||||
|
= @person.active
|
||||||
- if @person_profile
|
- if @person_profile
|
||||||
%p
|
%p
|
||||||
%b First Name
|
%b First Name
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue