Show More
Commit Description:
[web] improving readability of test_interface, re: ticket #10...
Commit Description:
[web] improving readability of test_interface, re: ticket #10 git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@141 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/test/_test_request.html.haml | 11 lines | 485 B | text/x-haml | HamlLexer |
%tr{:class => (test_request_counter%2==0) ? "info-even" : "info-odd"}
%td= test_request_counter +1
%td= test_request.problem.full_name
%td= test_request.submission.number
%td= test_request.status_str
%td= simple_format((test_request.running_stat or ''))
%td
- if test_request.output_file_name!=nil
= link_to '[output]', :action => 'read', :id => test_request.id
%td= test_request.grader_comment or ''
%td= simple_format((test_request.compiler_message or ''))