Show More
Commit Description:
asset pipelining for controller specific asset
Commit Description:
asset pipelining for controller specific asset
File last commit:
Show/Diff file:
Action:
app/views/graders/_grader.html.haml | 11 lines | 299 B | text/x-haml | HamlLexer |
%td= grader.host
%td= grader.pid
%td= grader.mode
%td= grader.updated_at.strftime("%H:%M:%S") unless grader.updated_at.nil?
%td= grader.task_type
%td
- if grader.task_id.nil?
idle
- else
= link_to "#{grader.task_id}", :action => 'view', :id => grader.task_id, :type => grader.task_type