Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
default config
Commit Description:
default config
.card.border-info.mb-2
.card-header.text-bg-info.border-info
Select a Task
.card-body
.row
.col-6
= select 'submission' ,
'problem_id' ,
problems . collect { | p | [ "[ #{ p . name } ] #{ p . full_name } " , send ( target_url_method , p . id ) ] },
{ selected : ( selected_problem ? problem_submissions_url ( selected_problem ) : - 1 ) },
{ class : 'select2 form-control' }
.col-6
%a .btn.btn-primary.go-button #problem_go { data : { source : '#submission_problem_id' } } Go
:javascript
$(".go-button").on('click', function(event) {
var link, url;
link = $(this).attr("data-source");
url = $(link).val();
if (url) {
window.location.href = url;
}
});
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