Use compact template syntax

d8806060a78f69fdb4e858e5212a6726f827d53d

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

1 files changed, +1 -5Ignore whitespace
public/scripts/extensions/connection-manager/edit.html+1 -5
@@ -3,11 +3,7 @@
3 <div class="justifyLeft flex-container flexFlowColumn flexNoGap">3 <div class="justifyLeft flex-container flexFlowColumn flexNoGap">
4 {{#each settings}}4 {{#each settings}}
5 <label class="checkbox_label">5 <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}}
11 <span>{{@key}}</span>7 <span>{{@key}}</span>
12 </label>8 </label>
13 {{/each}}9 {{/each}}