Show More
Commit Description:
[web] temporary fixed on problem of reloading Configuration, when there are many mongrel processes...
Commit Description:
[web] temporary fixed on problem of reloading Configuration, when there are many mongrel processes git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@164 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/test/_test_request.html.haml | 15 lines | 670 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= simple_format((test_request.running_stat or ''))
%td{:align => "center"}
- if test_request.output_file_name!=nil
= link_to '[output]', :action => 'read', :id => test_request.id
%td= test_request.grader_comment or ''
%td= simple_format((test_request.compiler_message or ''))
%td= link_to '[view]', :action => 'result', :id => test_request.id