Add friend button resized
This commit is contained in:
parent
5779610659
commit
008c450f66
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
= person_image_link(friend)
|
||||
|
||||
- unless @group == :all
|
||||
= link_to (image_tag 'add_friend_button.png'), "#add_request_pane", :id => 'add_request_button'
|
||||
= link_to (image_tag('add_friend_button.png', :height => "50px", :width => "50px")), "#add_request_pane", :id => 'add_request_button'
|
||||
|
||||
.yo{:style => 'display:none'}
|
||||
#add_request_pane
|
||||
|
|
|
|||
Loading…
Reference in a new issue