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
File last commit:
Show/Diff file:
Action:
app/views/test/_test_request.html.haml | 22 lines | 752 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
- if test_request.problem!=nil
= test_request.problem.full_name
- else
(n/a)
%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