From c8945679872a0708eb67a477a99a65d508c84cb0 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Fri, 12 Jun 2015 13:59:39 +0200 Subject: Work on the card activities and comments This commit also introduces a new CSSEvents object that is used to abstract vendor specifics events related to CSS transitions and animations. Fixes #183. Fixes #179. --- client/components/activities/comments.jade | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'client/components/activities/comments.jade') diff --git a/client/components/activities/comments.jade b/client/components/activities/comments.jade index e69de29b..3b47cbf6 100644 --- a/client/components/activities/comments.jade +++ b/client/components/activities/comments.jade @@ -0,0 +1,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'}} -- cgit v1.2.3-1-g7c22