Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
Update README.rdoc
Commit Description:
Update README.rdoc
.panel.panel-primary
.panel-heading
Users
.panel-body
.radio
%label
= radio_button_tag 'users' , 'all' , ( params [ :users ] == "all" )
All users
.radio
%label
= radio_button_tag 'users' , 'enabled' , ( params [ :users ] == "enabled" ), checked : true
Only enabled users
.radio
%label
= radio_button_tag 'users' , 'group' , ( params [ :users ] == "group" )
Only these groups
= select_tag 'group_id[]' ,
options_for_select ( Group . all . collect { | g | [ "[ #{ g . name } ] #{ g . description } " , g . id ] }),
{ id : 'group_id' , class : 'select2 form-control' , multiple : "true" }
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