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
References:
File last commit:
Show/Diff file:
Action:
app/views/graders/_grader_list.html.haml
| 18 lines
| 380 B
| text/x-haml
| HamlLexer
|
|
r32 | |||
%table.graders | ||||
%tr | ||||
|
r34 | %th host | ||
|
r32 | %th pid | ||
|
r105 | %th mode | ||
|
r32 | %th last updated | ||
|
r105 | %th type | ||
|
r32 | %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} | ||||