diff --git a/app/views/shared/_invitations.haml b/app/views/shared/_invitations.haml index 3c2f4d0b6..9d802e327 100644 --- a/app/views/shared/_invitations.haml +++ b/app/views/shared/_invitations.haml @@ -7,6 +7,9 @@ = link_to t('.from_facebook'), friend_finder_path('facebook'), :rel => 'facebox' = t('or') = link_to t('.by_email'), new_user_invitation_path, :title => t('.invite_someone') + - else + %h4 + = link_to t('.by_email'), new_user_invitation_path, :title => t('.invite_someone') = t('.invitations_left', :count => invites) - else = t('.dont_have_now')