hummingbird-me/kitsu-web

View on GitHub
app/templates/components/stream-feed/items/post/modal.hbs

Summary

Maintainability
Test Coverage
{{#bootstrap/bs-modal onClose=onClose as |modal|}}
  {{#modal.body}}
    {{stream-feed/items/post
      post=post
      isExpanded=true
      readOnly=readOnly
      isModalView=true
    }}
  {{/modal.body}}
{{/bootstrap/bs-modal}}