mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
6 lines
282 B
HTML
6 lines
282 B
HTML
<template name="pageItem">
|
|
<div class="form-module">
|
|
{{> quickForm collection="Pages" id=formId type="update" doc=this label-class="control-label" input-col-class="controls" template="bootstrap-horizontal"}}
|
|
<a href="#" class="delete-link">Delete</a>
|
|
</div>
|
|
</template>
|