Description:
[web] more styling (re: #10)
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@143 6386c4cd-e34a-4fa8-8920-d93eb39b512e
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r66:5fe0aea9ccdd - - 1 file changed: 7 inserted, 4 deleted
@@ -1,10 +1,13 | |||||
|
1 | %tr{:class => (test_request_counter%2==0) ? "info-even" : "info-odd"} |
|
1 | %tr{:class => (test_request_counter%2==0) ? "info-even" : "info-odd"} |
|
2 | - %td= format_short_time(test_request.submitted_at) |
|
2 | + %td{:align => "center"} |
|
|
3 | + = format_short_time(test_request.submitted_at) | ||
|
3 | %td= test_request.problem.full_name |
|
4 | %td= test_request.problem.full_name |
|
4 | - %td= test_request.submission.number |
|
5 | + %td{:align => "center"} |
|
5 |
- |
|
6 | + = test_request.submission.number |
|
|
7 | + %td{:align => "center"} | ||
|
|
8 | + = test_request.status_str | ||
|
6 | %td= simple_format((test_request.running_stat or '')) |
|
9 | %td= simple_format((test_request.running_stat or '')) |
|
7 | - %td |
|
10 | + %td{:align => "center"} |
|
8 | - if test_request.output_file_name!=nil |
|
11 | - if test_request.output_file_name!=nil |
|
9 | = link_to '[output]', :action => 'read', :id => test_request.id |
|
12 | = link_to '[output]', :action => 'read', :id => test_request.id |
|
10 | %td= test_request.grader_comment or '' |
|
13 | %td= test_request.grader_comment or '' |
You need to be logged in to leave comments.
Login now