From cc1f1e2f24bc3ae56de262106435080c8d626f5c Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 24 Aug 2010 14:16:54 -0700 Subject: [PATCH] removed the plus button from the all people add a friend page --- app/views/shared/_group_nav.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/shared/_group_nav.haml b/app/views/shared/_group_nav.haml index 427f97289..a2aaba4e9 100644 --- a/app/views/shared/_group_nav.haml +++ b/app/views/shared/_group_nav.haml @@ -1,9 +1,10 @@ #friend_pictures - for friend in @friends = person_image_link(friend) - = link_to (image_tag 'add_friend_button.png'), "#add_request_pane", :id => 'add_request_button' - unless @group == :all + = link_to (image_tag 'add_friend_button.png'), "#add_request_pane", :id => 'add_request_button' + .yo{:style => 'display:none'} #add_request_pane = render "requests/new_request"