Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
merge
Commit Description:
merge
%style { type : "text/css" }
= @css_style
%h1 = "Submission: #{ @submission . id } "
%p
User:
= " #{ @submission . user . login } "
%br /
Problem:
- if @submission . problem! = nil
= " #{ @submission . problem . full_name } "
- else
= "(n/a)"
%br /
= "Number: #{ @submission . number } "
%br /
= "Submitted at: #{ format_short_time ( @submission . submitted_at ) } "
%br /
= "Points : #{ @submission . points } / #{ @submission . problem . full_score } "
%br /
= "Comment : #{ @submission . grader_comment } "
%b Source code (first 10kb)
//%div.highlight{:style => "border: 1px solid black;"}
= @formatted_code . html_safe
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