removed the plus button from the all people add a friend page

This commit is contained in:
maxwell 2010-08-24 14:16:54 -07:00
parent 2c9a1e3a43
commit cc1f1e2f24

View file

@ -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"