Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
.container-fluid
.row
.col-md-6
%h1 Your account settings
.form-group
%label { :for => "login" } Login
= @user . login
.form-group
%label { :for => "full_name" } Full name
= @user . full_name
= form_tag :action => 'chg_default_language' , :method => 'post' do
%h2 Change default submission language
.form-group
= select_tag 'default_language' , options_from_collection_for_select ( Language . all , 'id' , 'pretty_name' , @user . default_language || Language . find_by_pretty_name ( "Python" ) . id || Language . first . id ), class : 'form-control select' , style : "width: 100px"
= submit_tag 'Save' , class : 'btn btn-success'
%br
= form_tag :action => 'chg_passwd' , :method => 'post' do
%h2 Change password
.form-group
%label { :for => "password" } Password
= password_field_tag :password , nil , class : 'form-control'
.form-group
%label { :for => "password_confirmation" } Password confirmation
= password_field_tag :password_confirmation , nil , class : 'form-control'
= submit_tag 'Edit' , class : 'btn btn-primary'
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