Show More
Commit Description:
[web] uploading output-only submission...
Commit Description:
[web] uploading output-only submission git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@189 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/test/_test_request.html.haml | 18 lines | 686 B | text/x-haml | HamlLexer |
%tr{:class => (test_request_counter%2==0) ? "info-even" : "info-odd"}
%td{:align => "center"}
= format_short_time(test_request.submitted_at)
%td= test_request.problem.full_name
%td{:align => "center"}
= test_request.submission.number
%td{:align => "center"}
= test_request.status_str
%td{:align => "center"}
- if test_request.output_file_name!=nil
= link_to '[download]', :action => 'read', :id => test_request.id
%td{:align => "center"}
- if test_request.compiler_message!=nil and test_request.compiler_message!=''
= "yes"
- else
= "no"
%td{:align => "center"}
= link_to '[view]', :action => 'result', :id => test_request.id