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