From 897786bce4492aa6b9cafda678820ef9f7aba077 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Thu, 27 Jan 2011 13:53:53 -0800 Subject: [PATCH] able to send email invites if the pod is not fb connected --- app/views/shared/_invitations.haml | 3 +++ 1 file changed, 3 insertions(+) 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')