Description:
[web] fix #15 git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@153 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r74:d56130fd9c18 - - 1 file changed: 1 inserted, 1 deleted

@@ -1,18 +1,18
1 1
2 2 %tr{:class => ((submission_counter%2==0) ? "info-even" : "info-odd")}
3 3 %td.info{:align => "center"}
4 4 = submission_counter+1
5 5 %td.info= format_short_time(submission.submitted_at)
6 6 %td.info{:align => "center"}
7 - = link_to('[load]',{:action => 'get_source', :id => submission.id})
7 + = link_to('[load]',{:action => 'source', :id => submission.id})
8 8 %td.info
9 9 - if submission.graded_at!=nil
10 10 = "Graded at #{format_short_time(submission.graded_at)}."
11 11 %br/
12 12 = "Score: #{submission.points} "
13 13 = " ["
14 14 %tt
15 15 = submission.grader_comment
16 16 = "]"
17 17 %td.info
18 18 = render :partial => 'compiler_message', :locals => {:compiler_message => submission.compiler_message }
You need to be logged in to leave comments. Login now