From 601596703bd0c6a52e9d41a0efc9e5fa753d5e75 Mon Sep 17 00:00:00 2001 From: ioBridge Date: Sun, 27 Mar 2011 20:23:25 -0400 Subject: [PATCH] remove invite code and terms of service from new user signup page --- app/views/users/new.html.erb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index b859cb1..6650c37 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -39,20 +39,6 @@ <%= f.password_field :password_confirmation %> - - - Invite Code - - - - - - - - - <%= t(:tos_agree) %> <%= link_to t(:tos), { :controller => 'pages', :action => 'terms' }, :target => '_blank' %>. - - <%= f.submit t(:create_account) %>