Show More
Commit Description:
- fix ssl, we no longer check SSL for the API call to chula
Commit Description:
- fix ssl, we no longer check SSL for the API call to chula
References:
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