mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
7 lines
441 B
HTML
7 lines
441 B
HTML
<template name="settings">
|
|
{{#if this.hasSettings}}
|
|
{{> quickForm collection="Settings" id="updateSettingsForm" type="update" doc=this.settings label-class="control-label" input-col-class="controls" template="bootstrap3-horizontal"}}
|
|
{{else}}
|
|
{{> quickForm collection="Settings" id="insertSettingsForm" type="insert" template="bootstrap3-horizontal" label-class="control-label" input-col-class="controls"}}
|
|
{{/if}}
|
|
</template>
|