Please enable JavaScript to use RhodeCode Enterprise
Commit Description:
logical merge
Commit Description:
logical merge
%tr { :class => (( submission_counter % 2 == 0 ) ? "info-even" : "info-odd" )}
%td .info { :align => "center" }
= submission_counter + 1
%td .info { :align => "center" }
= link_to "# #{ submission . id } " , controller : :graders , action : :submission , id : submission . id
%td .info
= l submission . submitted_at , format : :long
= "( #{ time_ago_in_words ( submission . submitted_at ) } ago)"
%td .info { :align => "center" }
= submission . source_filename
= " ( #{ submission . language . pretty_name } ) "
= link_to ( '[load]' ,{ :action => 'source' , :id => submission . id })
%td .info
- if submission . graded_at! = nil
= "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 .info
= render :partial => 'compiler_message' , :locals => { :compiler_message => submission . compiler_message }
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