wekan/client/components/main/editor.jade
2021-11-26 02:24:42 +02:00

16 lines
388 B
Text

template(name="editor")
a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
span.copied-tooltip {{_ 'copied'}}
textarea.editor(
dir="auto"
class="{{class}}"
id=id
autofocus=autofocus
placeholder="{{_ 'comment-placeholder'}}")
+Template.contentBlock
template(name="viewer")
.viewer(dir="auto")
+mentions
+markdown
{{> UI.contentBlock }}