Show More
Commit Description:
[web] fixed bug in grader_process update...
Commit Description:
[web] fixed bug in grader_process update git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@254 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/graders/list.html.haml | 15 lines | 390 B | text/x-haml | HamlLexer |
- content_for :head do
= stylesheet_link_tag 'graders'
%h2 (Under Experiments)
- form_for :clear, nil, :url => {:action => 'clear_all'} do |f|
= submit_tag 'Clear all data'
%h3 Current graders
= render :partial => 'grader_list', :locals => {:grader_list => @grader_processes}
%h3 Stalled graders
= render :partial => 'grader_list', :locals => {:grader_list => @stalled_processes}