Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
submission report
Commit Description:
submission report
.container-fluid
= form_tag :action => 'chg_passwd' , :method => 'post' do
.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-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'
.row
.col-md-6
= 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