mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
9 lines
350 B
HTML
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>
|