Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
master
Commit Description:
master
%tr
%td { :align => "center" }
= submission . number
%td .text-right
= link_to "# #{ submission . id } " , submission_path ( submission . id )
%td
= l submission . submitted_at , format : :long
= "( #{ time_ago_in_words ( submission . submitted_at ) } ago)"
%td
= submission . source_filename
= " ( #{ submission . language . pretty_name } ) "
= link_to '[load]' , download_submission_path ( submission )
%td
- if submission . graded_at
= "Graded at #{ format_short_time ( submission . graded_at ) } ."
%br /
= "Score: #{ ( submission . points * 100 / submission . problem . full_score ) . to_i } " if GraderConfiguration [ 'ui.show_score' ]
= " ["
%tt
= submission . grader_comment
= "]"
%td
= render :partial => 'compiler_message' , :locals => { :compiler_message => submission . compiler_message }
%td
= link_to 'Edit' , edit_submission_path ( submission . id ), class : 'btn btn-success'
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