From 2ecf1e8b712cc92ac338f93499f22e735183379b Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 17 Nov 2010 15:45:40 -0800 Subject: [PATCH] No name fields on invitation accept --- app/views/invitations/edit.html.haml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/views/invitations/edit.html.haml b/app/views/invitations/edit.html.haml index a54fe6c91..957432bb5 100644 --- a/app/views/invitations/edit.html.haml +++ b/app/views/invitations/edit.html.haml @@ -9,15 +9,6 @@ = f.label :password_confirmation = f.password_field :password_confirmation - = f.fields_for :person do |p| - = p.fields_for :profile do |pr| - %p - = pr.label :first_name - = pr.text_field :first_name - %p - = pr.label :last_name - = pr.text_field :last_name - = f.hidden_field :invitation_token = f.submit 'sign_up' = render :partial => "devise/shared/links"