Vulcan/packages/telescope-comments/lib/client/templates/comment_form.html
2015-04-28 09:44:43 +09:00

9 lines
327 B
HTML

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