Vulcan/packages/telescope-comments/lib/client/templates/comment_submit.html
2015-04-28 11:32:53 +09:00

9 lines
350 B
HTML

<template name="comment_submit">
{{#if canComment}}
<div class="comment-new module">
{{> quickForm collection="Comments" id="submitCommentForm" template="bootstrap3-horizontal" input-col-class="controls" type="method" meteormethod="submitComment" fields=commentFields}}
</div>
{{else}}
<p>{{reason}}</p>
{{/if}}
</template>