From 6df0a2532767123c65795a24cfb56b4d4e0af53f Mon Sep 17 00:00:00 2001 From: David Morley Date: Sat, 12 Feb 2011 14:57:35 -0800 Subject: [PATCH] fix link to facebox --- app/views/shared/_invitations.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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