Show More
Commit Description:
[web] more files (cont. from rev 159)...
Commit Description:
[web] more files (cont. from rev 159)
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@160 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/graders/list.html.haml
| 12 lines
| 293 B
| text/x-haml
| HamlLexer
|
|
r32 | - content_for :head do | ||
= stylesheet_link_tag 'graders' | ||||
|
r77 | %h2 (Under Experiments) | ||
|
r32 | %h3 Current graders | ||
= render :partial => 'grader_list', :locals => {:grader_list => @grader_processes} | ||||
%h3 Stalled graders | ||||
= render :partial => 'grader_list', :locals => {:grader_list => @stalled_processes} | ||||