Vulcan/client/views/admin/settings_form.html

7 lines
416 B
HTML
Raw Normal View History

2015-03-23 10:32:56 +09:00
<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="telescope"}}
{{else}}
{{> quickForm collection="Settings" id="insertSettingsForm" type="insert" template="telescope" label-class="control-label" input-col-class="controls"}}
{{/if}}
2012-09-06 19:42:11 +09:00
</template>