From 8ba619029e83699a8e4d1e3fd697186547b3745d Mon Sep 17 00:00:00 2001 From: maxwell Date: Mon, 13 Dec 2010 17:24:19 -0800 Subject: [PATCH] adding about text on invite accept page --- app/views/invitations/edit.html.haml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/app/views/invitations/edit.html.haml b/app/views/invitations/edit.html.haml index 365f8af39..0377c128c 100644 --- a/app/views/invitations/edit.html.haml +++ b/app/views/invitations/edit.html.haml @@ -5,8 +5,8 @@ $("#user_username").focus(); }); -.span-12.prepend-6.last - .floating +.span-12 + .floating{:style =>"margin-top:50px"} %h3 = t('registrations.new.sign_up_for_diaspora') = form_for(resource, :as => resource_name, :url => invitation_path(resource_name), :html => {:method => :put }) do |f| @@ -24,4 +24,24 @@ = f.submit t('registrations.new.sign_up') %br = render :partial => "devise/shared/links" +.span-10.prepend-2.last + .span-10.last + .info_pane + %h2 + = t('home.show.choice') + %p + = t('home.show.choice_explanation') + .span-10.last + .info_pane + %h2 + = t('home.show.ownership') + %p + = t('home.show.ownership_explanation') + .span-10.last + .info_pane + %h2 + = t('home.show.simplicity') + %p + = t('home.show.simplicity_explanation') +