Use compact template syntax

d8806060a78f69fdb4e858e5212a6726f827d53d

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -5Showing whitespace changes
public/scripts/extensions/connection-manager/edit.html+1 -5
@@ -3,11 +3,7 @@
33 <div class="justifyLeft flex-container flexFlowColumn flexNoGap">
44 {{#each settings}}
55 <label class="checkbox_label">
6- {{#if this}}
6+ <input type="checkbox" value="{{@key}}" name="exclude"{{#if this}} checked{{/if}}>
7- <input type="checkbox" value="{{@key}}" name="exclude" checked>
8- {{else}}
9- <input type="checkbox" value="{{@key}}" name="exclude">
10- {{/if}}
117 <span>{{@key}}</span>
128 </label>
139 {{/each}}