Show More
Commit Description:
more styling...
Commit Description:
more styling
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@158 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/test/_test_request.html.haml
| 14 lines
| 601 B
| text/x-haml
| HamlLexer
|
|
r51 | %tr{:class => (test_request_counter%2==0) ? "info-even" : "info-odd"} | ||
|
r66 | %td{:align => "center"} | ||
= format_short_time(test_request.submitted_at) | ||||
|
r57 | %td= test_request.problem.full_name | ||
|
r66 | %td{:align => "center"} | ||
= test_request.submission.number | ||||
%td{:align => "center"} | ||||
= test_request.status_str | ||||
|
r64 | %td= simple_format((test_request.running_stat or '')) | ||
|
r66 | %td{:align => "center"} | ||
|
r44 | - if test_request.output_file_name!=nil | ||
= link_to '[output]', :action => 'read', :id => test_request.id | ||||
|
r57 | %td= test_request.grader_comment or '' | ||
|
r64 | %td= simple_format((test_request.compiler_message or '')) | ||