From 80da5917faecfa00018e7b687e0b0f0072a234d9 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Sat, 5 Feb 2011 15:56:08 -0800 Subject: [PATCH] gave more space to the already invited span --- app/views/invitations/new.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/invitations/new.html.haml b/app/views/invitations/new.html.haml index 48d0f137c..93d2d5642 100644 --- a/app/views/invitations/new.html.haml +++ b/app/views/invitations/new.html.haml @@ -15,7 +15,7 @@ = t('.if_they_accept_info') %br - .span-15.append-1 + .span-13.append-1 = form_for User.new, :url => invitation_path(User) do |invite| %h4 = t('email') @@ -37,7 +37,7 @@ = invite.submit t('.send_an_invitation') - if !@sent_invitations.empty? - .span-4.last + .span-6.last #already_invited_pane %h4 = t('.already_invited')