Description:
update submissions list of the same problem display
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r470:ed9ef25bfcc4 - - 1 file changed: 5 inserted, 1 deleted
@@ -4,8 +4,12 | |||
|
4 | 4 | = submission_counter+1 |
|
5 | 5 | %td.info{:align => "center"} |
|
6 | 6 | = link_to "##{submission.id}", controller: :graders, action: :submission, id: submission.id |
|
7 | - %td.info= format_short_time(submission.submitted_at) | |
|
7 | + %td.info | |
|
8 | + = l submission.submitted_at, format: :long | |
|
9 | + = "( #{time_ago_in_words(submission.submitted_at)} ago)" | |
|
8 | 10 | %td.info{:align => "center"} |
|
11 | + = submission.source_filename | |
|
12 | + = " (#{submission.language.pretty_name}) " | |
|
9 | 13 | = link_to('[load]',{:action => 'source', :id => submission.id}) |
|
10 | 14 | %td.info |
|
11 | 15 | - if submission.graded_at!=nil |
You need to be logged in to leave comments.
Login now