lib/generators/mugen/templates/app/views/mygengo/jobs/_comments.haml

Summary

Maintainability
Test Coverage
- if comments.size > 0 
  %h4 Comments
  %table.mygento-comments
    -  for comment in comments
      = render :partial => 'mygengo/comments/comment', :locals => {:comment => comment}
  %br 
- else
  No comments