mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
16 lines
388 B
Text
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 }}
|