Show More
Commit Description:
renamed ip to host in GraderProcess...
Commit Description:
renamed ip to host in GraderProcess
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@64 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/graders/_grader_list.html.haml
| 16 lines
| 354 B
| text/x-haml
| HamlLexer
|
|
r32 | |||
%table.graders | ||||
%tr | ||||
|
r34 | %th host | ||
|
r32 | %th pid | ||
%th last updated | ||||
%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} | ||||