Show More
Commit Description:
[web] more info on grader queues...
Commit Description:
[web] more info on grader queues git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@257 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/graders/_grader_list.html.haml | 18 lines | 380 B | text/x-haml | HamlLexer |
%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}
%td= link_to 'clear', {:action => 'clear', :id => grader}