mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
7 lines
309 B
Text
7 lines
309 B
Text
|
|
template(name="descriptionForm")
|
|
.new-description.js-new-description(
|
|
class="{{#if descriptionFormIsOpen}}is-open{{/if}}")
|
|
form.js-new-description-form
|
|
+editor(class="js-new-description-input" data-meteor-emoji-large="true")
|
|
| {{getUnsavedValue 'cardDescription' _id getDescription}}
|