From 49541196ddb57a40fb5033f5f5c57bc34d20834b Mon Sep 17 00:00:00 2001 From: Ackpacket Date: Sat, 2 May 2015 13:13:32 -0700 Subject: [PATCH] Add years to signup birthdate. Fixes #67 --- app/views/devise/registrations/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/registrations/new.html.haml b/app/views/devise/registrations/new.html.haml index 70526ce..6d4c8de 100644 --- a/app/views/devise/registrations/new.html.haml +++ b/app/views/devise/registrations/new.html.haml @@ -25,7 +25,7 @@ %br/ %label When were you born? - = date_select :user, :birthdate + = date_select :user, :birthdate, start_year: 75.years.ago.year %em If you are less than 13 years old, you must have you parent's permission, and use your parent's email address.