Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
fix utf8 for java
Commit Description:
fix utf8 for java
.contest-title
%h1
= " #{ GraderConfiguration [ 'contest.name' ] } : #{ t 'registration.title' } "
.registration-desc
= t 'registration.description'
= error_messages_for :user , :header_message => ( t 'registration.errors.header' )
%table
= form_for @user , :url => { :action => 'register' } do | f |
%tr
%td { :align => "right" }
= " #{ t 'login_label' } :"
%td = f . text_field :login
%tr
%td
%td
%small
= t 'registration.login_guide'
%tr
%td { :align => "right" }
= " #{ t 'full_name_label' } :"
%td = f . text_field :full_name
%tr
%td { :align => "right" }
= " #{ t 'email_label' } :"
%td = f . text_field :email
%tr
%td
%td
%small
= t 'registration.email_guide'
%tr
%td /
%td
= submit_tag (( t 'registration.register' ), :name => 'commit' )
= submit_tag (( t 'cancel' ), :name => 'cancel' )
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository permissions settings