Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
rails 6
Commit Description:
rails 6
.panel.panel-primary
.panel-heading
Problems
.panel-body
.radio
%label
= radio_button_tag 'problems' , 'all' , ( params [ :users ] == "all" )
All problems
.radio
%label
= radio_button_tag 'problems' , 'enabled' , ( params [ :users ] == "enabled" ), checked : true
Only problems with available = "yes"
.radio
%label
= radio_button_tag 'problems' , 'selected' , ( params [ :users ] == "group" )
Only these selected problems
= select_tag 'problem_id[]' ,
options_for_select ( Problem . all . collect { | p | [ "[ #{ p . name } ] #{ p . full_name } " , p . id ] }, params [ :problem_id ] ),
{ id : :problem_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