mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
6 lines
283 B
HTML
6 lines
283 B
HTML
<template name="page_item">
|
|
<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>
|