Show More
Commit Description:
MERGE changeset 306:307 from branch ytopc08-2 that fixes migration bug...
Commit Description:
MERGE changeset 306:307 from branch ytopc08-2 that fixes migration bug git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@308 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/users/new.html.haml | 29 lines | 661 B | text/x-haml | HamlLexer |
%h1 New user registration
= error_messages_for :user, :header_message => 'Errors occured during registration'
%table
- form_for :user, @user, :url => { :action => 'register' } do |f|
%tr
%td Login:
%td= f.text_field :login
%tr
%td
%td
%small Only a-z, A-Z, 0-9 and _
%tr
%td Full name:
%td= f.text_field :full_name
%tr
%td E-mail:
%td= f.text_field :email
%tr
%td
%td
%small
Please make sure that your e-mail is correct.
%br/
You'll need to verify your account by email.
%tr
%td{:colspan => 2}= submit_tag "Register"