Vulcan/packages/telescope-comments/lib/client/templates/comment_submit.html
2015-05-06 17:13:10 +09:00

10 lines
413 B
HTML

<template name="comment_submit">
{{#if canComment}}
<div class="comment-new module">
<h4 class="comment-new-heading">{{_ "add_comment"}}</h4>
{{> 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>