Show More
Commit Description:
removed caching on Configuration...
Commit Description:
removed caching on Configuration
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@285 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/main/_test_case_result.html.haml
| 18 lines
| 751 B
| text/x-haml
| HamlLexer
|
|
r134 | %td | ||
= test_case[:num] | ||||
%td{:style => 'padding-left: 5px; padding-right: 5px'} | ||||
= test_case[:msg] | ||||
- if test_case[:run_stat]!=nil | ||||
%td{:style => 'padding-left: 5px; padding-right: 5px'} | ||||
= test_case[:run_stat][:exit_status] | ||||
%td{:style => 'padding-left: 5px; padding-right: 3px; text-align: center'} | ||||
= test_case[:run_stat][:running_time] | ||||
%td{:style => 'padding-left: 5px; padding-right: 10px; text-align: right'} | ||||
= number_with_delimiter(test_case[:run_stat][:memory_usage]) | ||||
%td{:style => 'padding-left: 5px; padding-right: 5px'} | ||||
= link_to "output (#{number_to_human_size(test_case[:output_size])})", :action => 'load_output', :id => @submission.id, :num => test_case[:num] if test_case[:output] | ||||
- else | ||||
%td | ||||
%td | ||||
%td | ||||
%td | ||||