mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
14 lines
No EOL
484 B
HTML
14 lines
No EOL
484 B
HTML
<template name="comment_edit">
|
|
|
|
<div class="grid grid-module">
|
|
<div class="comment-form comment-edit">
|
|
{{> quickForm collection="Comments" doc=comment id="editCommentForm" template="bootstrap3-horizontal" label-class="control-label" input-col-class="controls" type="method-update" meteormethod="editComment" fields=commentFields}}
|
|
</div>
|
|
</div>
|
|
|
|
<div class="grid grid-module">
|
|
<a class="delete-link" href="/">{{_ "delete_comment"}}</a>
|
|
</div>
|
|
|
|
|
|
</template> |