mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 01:34:21 +01:00
17 lines
477 B
Text
17 lines
477 B
Text
template(name="editor")
|
|
.editor-controls
|
|
a.fa.fa-brands.fa-markdown(title="{{_ 'convert-to-markdown'}}")
|
|
a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
|
|
span.copied-tooltip.copied-tooltip-hidden {{_ 'copied'}}
|
|
textarea.editor(
|
|
dir="auto"
|
|
class="{{class}}"
|
|
id=id
|
|
placeholder="{{_ 'comment-placeholder'}}")
|
|
+Template.contentBlock
|
|
|
|
template(name="viewer")
|
|
.viewer(dir="auto")
|
|
+mentions
|
|
+markdown
|
|
{{> UI.contentBlock }}
|