mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
17 lines
No EOL
648 B
HTML
17 lines
No EOL
648 B
HTML
<template name="comment_edit">
|
|
<div class="comment-edit">
|
|
{{#checker check="edit" doc=comment message="sorry_you_cannot_edit_this_comment"}}
|
|
|
|
<div class="grid grid-module">
|
|
<div class="comment-form">
|
|
{{> 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>
|
|
|
|
{{/checker}}
|
|
</div>
|
|
</template> |