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 |
jittat
update views -- styling...
r51 %tr{:class => (test_request_counter%2==0) ? "info-even" : "info-odd"}
jittat
[web] more styling (re: #10)...
r66 %td{:align => "center"}
= format_short_time(test_request.submitted_at)
jittat
[web] better css styling...
r57 %td= test_request.problem.full_name
jittat
[web] more styling (re: #10)...
r66 %td{:align => "center"}
= test_request.submission.number
%td{:align => "center"}
= test_request.status_str
jittat
[web] improving readability of test_interface, re: ticket #10...
r64 %td= simple_format((test_request.running_stat or ''))
jittat
[web] more styling (re: #10)...
r66 %td{:align => "center"}
jittat
moved test interface functionality to test_controller...
r44 - if test_request.output_file_name!=nil
= link_to '[output]', :action => 'read', :id => test_request.id
jittat
[web] better css styling...
r57 %td= test_request.grader_comment or ''
jittat
[web] improving readability of test_interface, re: ticket #10...
r64 %td= simple_format((test_request.compiler_message or ''))
jittat
[web] add test result page...
r79 %td= link_to '[view]', :action => 'result', :id => test_request.id