Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
add autoset exam mode
Commit Description:
add autoset exam mode
%h1 Administrators
%table { :class => 'info' }
%tr { :class => 'info-head' }
%th #
%th Login
%th Full name
%th
- @admins . each_with_index do | user , i |
%tr
%td = i + 1
%td = user . login
%td = user . full_name
%td
- if user . login! = 'root'
= link_to '[revoke]' , :action => 'revoke_admin' , :id => user . id
%hr
= form_tag :action => 'grant_admin' do
= label_tag :login , 'Grant admin permission to:'
= text_field_tag 'login' , nil , class : 'input-field'
= submit_tag 'Grant' , class : 'btn btn-primary'
%hr /
= link_to '[go back to index]' , :action => 'index'
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