Show More
Commit Description:
NEED TESTING...
Commit Description:
NEED TESTING move to stronger parameter for xxx.new(params[
References:
File last commit:
Show/Diff file:
Action:
app/views/users/new.html.haml | 39 lines | 939 B | text/x-haml | HamlLexer |
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 .contest-title
%h1
Jittat Fakcharoenphol
renamed model Configuration to GraderConfiguration, renamed rhtml views to erb, fixed other small errors
r320 = "#{GraderConfiguration['contest.name']}: #{t 'registration.title'}"
jittat
more work on registration...
r157
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 .registration-desc
=t 'registration.description'
= error_messages_for :user, :header_message => (t 'registration.errors.header')
jittat
more work on registration...
r157
%table
Jittat Fakcharoenphol
fixed in_place_editor for configs, updated form in users/new
r330 = form_for @user, :url => { :action => 'register' } do |f|
jittat
more work on registration...
r157 %tr
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %td{:align => "right"}
= "#{t 'login_label'}:"
jittat
more work on registration...
r157 %td= f.text_field :login
%tr
%td
%td
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %small
=t 'registration.login_guide'
jittat
more work on registration...
r157 %tr
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %td{:align => "right"}
= "#{t 'full_name_label'}:"
jittat
more work on registration...
r157 %td= f.text_field :full_name
%tr
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %td{:align => "right"}
= "#{t 'email_label'}:"
Waitaya Krongapiradee
Changed to HTML5 email field and fixed some text appearance
r378 %td= f.email_field :email
jittat
more work on registration...
r157 %tr
%td
%td
%small
Waitaya Krongapiradee
Changed to HTML5 email field and fixed some text appearance
r378 =t('registration.email_guide').html_safe
jittat
more work on registration...
r157 %tr
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 %td/
%td
= submit_tag((t 'registration.register'), :name => 'commit')
= submit_tag((t 'cancel'), :name => 'cancel')
jittat
more work on registration...
r157