summaryrefslogtreecommitdiffstats
path: root/client/components/activities/comments.jade
blob: 3b47cbf62a85d8a3404d81f0139c39e71d46314b (plain)
1
2
3
4
5
6
7
8
template(name="commentForm")
  .new-comment.js-new-comment(
    class="{{#if commentFormIsOpen}}is-open{{/if}}")
    +userAvatar(userId=currentUser._id)
    form.js-new-comment-form
      +editor(class="js-new-comment-input")
      .add-controls
        button.primary.confirm.clear.js-add-comment(type="submit") {{_ 'comment'}}