Merge pull request #1087 from thelounge/yamanickill/fix-index

Fix showing prefetch options
This commit is contained in:
Al McKinlay 2017-04-25 11:12:09 +00:00 committed by GitHub
commit 443b1e8048

View File

@ -274,7 +274,7 @@
{{/each}}
</select>
</div>
{{#unless prefetch}}
{{#if prefetch}}
<div class="col-sm-12">
<h2>Links and URLs</h2>
</div>
@ -290,7 +290,7 @@
Auto-expand links
</label>
</div>
{{/unless}}
{{/if}}
<div class="col-sm-12">
<h2>Notifications</h2>
</div>