Show More
Commit Description:
fix destroy button link...
Commit Description:
fix destroy button link (grafted from b75d9cfe4ee0550d574de4c4836ecc36c9354c53)
File last commit:
Show/Diff file:
Action:
app/views/graders/_grader.html.haml | 11 lines | 289 B | text/x-haml | HamlLexer |
%td= grader.host
%td= grader.pid
%td= grader.mode
%td= grader.updated_at.strftime("%H:%M:%S") if grader.updated_at
%td= grader.task_type
%td
- unless grader.task_id
idle
- else
= link_to "#{grader.task_id}", :action => 'view', :id => grader.task_id, :type => grader.task_type