mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 08:38:53 +01:00
Use compact template syntax
This commit is contained in:
parent
8083431202
commit
d8806060a7
@ -3,11 +3,7 @@
|
||||
<div class="justifyLeft flex-container flexFlowColumn flexNoGap">
|
||||
{{#each settings}}
|
||||
<label class="checkbox_label">
|
||||
{{#if this}}
|
||||
<input type="checkbox" value="{{@key}}" name="exclude" checked>
|
||||
{{else}}
|
||||
<input type="checkbox" value="{{@key}}" name="exclude">
|
||||
{{/if}}
|
||||
<input type="checkbox" value="{{@key}}" name="exclude"{{#if this}} checked{{/if}}>
|
||||
<span>{{@key}}</span>
|
||||
</label>
|
||||
{{/each}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user