diff --git a/app/views/shared/_invitations.haml b/app/views/shared/_invitations.haml index 2b564c3cc..b68408489 100644 --- a/app/views/shared/_invitations.haml +++ b/app/views/shared/_invitations.haml @@ -13,7 +13,7 @@ = link_to t('.by_email'), new_user_invitation_path, :title => t('.invite_someone'), :rel => 'facebox' - else %h4 - = link_to t('.by_email'), new_user_invitation_path, :title => t('.invite_someone') + = link_to t('.by_email'), new_user_invitation_path, :title => t('.invite_someone'), :rel => 'facebox' %h5{:style => 'text-align:center;'} = t('.invitations_left', :count => invites) - else