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

@@ -4,7 +4,7
4 = submission_counter+1
4 = submission_counter+1
5 %td.info= format_short_time(submission.submitted_at)
5 %td.info= format_short_time(submission.submitted_at)
6 %td.info{:align => "center"}
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 %td.info
8 %td.info
9 - if submission.graded_at!=nil
9 - if submission.graded_at!=nil
10 = "Graded at #{format_short_time(submission.graded_at)}."
10 = "Graded at #{format_short_time(submission.graded_at)}."
You need to be logged in to leave comments. Login now