Description:
add link to submission #id in main/submissions
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r452:d6065f889669 - - 2 files changed: 3 inserted, 0 deleted

@@ -2,6 +2,8
2 %tr{:class => ((submission_counter%2==0) ? "info-even" : "info-odd")}
2 %tr{:class => ((submission_counter%2==0) ? "info-even" : "info-odd")}
3 %td.info{:align => "center"}
3 %td.info{:align => "center"}
4 = submission_counter+1
4 = submission_counter+1
5 + %td.info{:align => "center"}
6 + = link_to "##{submission.id}", controller: :graders, action: :submission, id: submission.id
5 %td.info= format_short_time(submission.submitted_at)
7 %td.info= format_short_time(submission.submitted_at)
6 %td.info{:align => "center"}
8 %td.info{:align => "center"}
7 = link_to('[load]',{:action => 'source', :id => submission.id})
9 = link_to('[load]',{:action => 'source', :id => submission.id})
@@ -13,6 +13,7
13 - if @submissions.length>0
13 - if @submissions.length>0
14 %table.info
14 %table.info
15 %tr.info-head
15 %tr.info-head
16 + %th.info No.
16 %th.info #
17 %th.info #
17 %th.info At
18 %th.info At
18 %th.info Source
19 %th.info Source
You need to be logged in to leave comments. Login now