Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Add years to signup birthdate. Fixes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
scampos1030 committed May 2, 2015
1 parent b9bc42d commit 4954119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/devise/registrations/new.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 4954119

Please sign in to comment.