Show More
Commit Description:
moved test interface functionality to test_controller...
Commit Description:
moved test interface functionality to test_controller git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@95 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/test/_test_request.html.haml | 11 lines | 394 B | text/x-haml | HamlLexer |
%tr.test-request
%td= test_request_counter +1
%td= test_request.problem.full_name
%td= test_request.submission_id
%td= test_request.status_str
%td= test_request.grader_comment or ''
%td= test_request.compiler_message or ''
%td= test_request.running_stat or ''
%td
- if test_request.output_file_name!=nil
= link_to '[output]', :action => 'read', :id => test_request.id