Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
- if submission . nil?
= "-"
- else
%strong = "Submission ID:"
= submission . id
%br
- unless submission . graded_at
%strong = t 'main.submitted_at:'
= format_full_time_ago ( submission . submitted_at . localtime )
- else
%strong = t 'main.graded_at:'
= format_full_time_ago ( submission . graded_at . localtime )
%br
- if GraderConfiguration [ 'ui.show_score' ]
%strong = t 'main.score'
= " #{ ( submission . points * 100 / submission . problem . full_score ) . to_i } "
= " ["
%tt
= submission . grader_comment
= "]"
%br
%strong View:
- if GraderConfiguration . show_grading_result
= link_to '[detailed result]' , :action => 'result' , :id => submission . id
- if submission . graded_at
%button .btn.btn-info.btn-xs { type : 'button' , data : { toggle : 'modal' , target : '#compiler' } }
= t 'main.cmp_msg'
= link_to " #{ t 'main.src_link' } " , download_submission_path ( submission . id ), class : 'btn btn-xs btn-info'
= link_to " #{ t 'main.submissions_link' } " , problem_submissions_path ( problem_id ), class : 'btn btn-xs btn-info'
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