mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
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.
8 lines
329 B
Text
8 lines
329 B
Text
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'}}
|