mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
9 lines
No EOL
338 B
HTML
9 lines
No EOL
338 B
HTML
<template name="settings">
|
|
<div class="grid-small grid-block dialog settings">
|
|
{{#if this.hasSettings}}
|
|
{{> quickForm collection="Settings" id="updateSettingsForm" type="update" doc=this.settings }}
|
|
{{else}}
|
|
{{> quickForm collection="Settings" id="updateSettingsForm" type="insert"}}
|
|
{{/if}}
|
|
</div>
|
|
</template> |