mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
18 lines
No EOL
360 B
HTML
18 lines
No EOL
360 B
HTML
<template name="settings">
|
|
<div class="grid-small grid-block dialog settings">
|
|
{{#with setting}}
|
|
|
|
<h2>Settings</h2>
|
|
|
|
{{#if noSettings}}
|
|
<p>No settings yet.</p>
|
|
{{/if}}
|
|
|
|
{{#if currentUser.isAdmin}}
|
|
<form id="json-form"></form>
|
|
{{generateSettingsForm setting}}
|
|
{{/if}}
|
|
|
|
{{/with}}
|
|
</div>
|
|
</template> |