diff --git a/app/views/shared/_group_nav.haml b/app/views/shared/_group_nav.haml index a2aaba4e96a14ec7e21f2e890644f9d9e036dca3..206d588c12e28ed4b8975802bc6a7f4e1dd8c987 100644 --- a/app/views/shared/_group_nav.haml +++ b/app/views/shared/_group_nav.haml @@ -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