removed the plus button from the all people add a friend page
This commit is contained in:
parent
2c9a1e3a43
commit
cc1f1e2f24
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue