diff --git a/app/views/shared/_group_nav.haml b/app/views/shared/_group_nav.haml index a2aaba4e9..206d588c1 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