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