summaryrefslogtreecommitdiffstats
path: root/client/components/main/templates.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/templates.html')
-rw-r--r--client/components/main/templates.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/components/main/templates.html b/client/components/main/templates.html
index c252f1e4..876eb13a 100644
--- a/client/components/main/templates.html
+++ b/client/components/main/templates.html
@@ -11,8 +11,7 @@
</div>
</template>
-<template name="editor">
- <textarea class="{{class}}" placeholder="{{_ 'comment-placeholder'}}" id="{{id}}" autofocus="{{autofocus}}">{{> UI.contentBlock}}</textarea>
-</template>
+<!-- XXX This should be moved to editor.jade but there is an issue with jade
+ handling of the markdown component. -->
<template name="viewer">{{#markdown}}{{#emoji}}{{#mentions}}{{> UI.contentBlock }}{{/mentions}}{{/emoji}}{{/markdown}}</template>