Vulcan/packages/telescope-comments/lib/client/templates/comment_submit.html

10 lines
350 B
HTML
Raw Normal View History

<template name="comment_submit">
2014-06-27 19:42:33 +09:00
{{#if canComment}}
2014-08-20 17:03:54 +09:00
<div class="comment-new module">
{{> quickForm collection="Comments" id="submitCommentForm" template="bootstrap3-horizontal" input-col-class="controls" type="method" meteormethod="submitComment" fields=commentFields}}
2014-06-27 19:42:33 +09:00
</div>
{{else}}
<p>{{reason}}</p>
2014-06-27 19:42:33 +09:00
{{/if}}
</template>