Show More
Commit Description:
update NOTES...
Commit Description:
update NOTES
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@120 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/test/_test_request.html.haml
| 11 lines
| 491 B
| text/x-haml
| HamlLexer
|
|
r51 | %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 | ||||
|
r44 | - if test_request.output_file_name!=nil | ||
= link_to '[output]', :action => 'read', :id => test_request.id | ||||
|
r51 | %td.info= test_request.grader_comment or '' | ||
%td.info= test_request.compiler_message or '' | ||||