hummingbird-me/kitsu-web

View on GitHub
app/templates/comments.hbs

Summary

Maintainability
Test Coverage
<div class="full-page-post centered">
  {{stream-feed/items/post
    post=post
    isExpanded=true
    comment=model
    isReply=parent
    readOnly=(not session.hasUser)}}
</div>