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