mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
11 lines
No EOL
368 B
HTML
11 lines
No EOL
368 B
HTML
<template name="post_edit">
|
|
|
|
<div class="grid grid-module">
|
|
{{> quickForm collection="Posts" doc=post id="editPostForm" template="telescope" label-class="control-label" input-col-class="controls" type="method" meteormethod="editPost"}}
|
|
</div>
|
|
|
|
<div class="grid grid-module">
|
|
<a class="delete-link" href="/">{{_ "delete_post"}}</a>
|
|
</div>
|
|
|
|
</template> |