Show More
Commit Description:
testdata import now looks for *1*.in when finding raw dir...
Commit Description:
testdata import now looks for *1*.in when finding raw dir git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@437 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/graders/_grader_list.html.haml | 25 lines | 636 B | text/x-haml | HamlLexer |
- if grader_list.length!=0
%table.graders
%tr
%th host
%th pid
%th mode
%th last updated
%th type
%th task
- grader_list.each do |grader|
- if grader.active
- c = 'active'
- else
- c = 'inactive'
%tr{:class => c}
= render :partial => 'grader', :locals => {:grader => grader}
- if not grader.terminated
- if GraderScript.grader_control_enabled?
%td= link_to 'stop', {:action => 'stop', :id => grader}
- else
%td= link_to 'clear', {:action => 'clear', :id => grader}
- else
%ul
%li None