Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
submission report
Commit Description:
submission report
.panel.panel-info
.panel-heading
Select Problems
.panel-body
.form-inline
= select 'submission' ,
'problem_id' ,
@problems . collect { | p | [ "[ #{ p . name } ] #{ p . full_name } " , problem_submissions_url ( p . id ) ] },
{ selected : ( @problem ? problem_submissions_url ( @problem ) : - 1 ) },
{ class : 'select2 form-control' }
%button .btn.btn-primary.btn-sm.go-button #problem_go { data : { source : '#submission_problem_id' } } Go
- if @problem != nil
%h2 = "Task: #{ @problem . full_name } ( #{ @problem . name } )"
- if @submissions != nil
- if @submissions . length > 0
%table .table
%thead
%th No.
%th .text-right #
%th At
%th Source
%th Result
%th { :width => "300px" } Compiler message
%th
= render :partial => 'submission' , :collection => @submissions
- else
No submission
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