Small html cleanup

This commit is contained in:
the-djmaze 2022-08-08 12:02:09 +02:00
parent 2330aa2bc9
commit a400d95444

View file

@ -19,9 +19,7 @@
</td>
<!-- ko if: $root.displaySpecSetting -->
<td data-i18n="[title]SETTINGS_FOLDERS/HELP_CHECK_FOR_NEW_MESSAGES">
<span class="e-action" data-bind="css: {'check-folder':checkable(), 'unchecked-folder':!checkable()}, visible: canBeSelected() && isSubscribed(), click: $root.toggleFolderCheckable">
<i class="icon-check-mark-circle-two"></i>
</span>
<span class="e-action icon-check-mark-circle-two" data-bind="css: {'check-folder':checkable(), 'unchecked-folder':!checkable()}, visible: canBeSelected() && isSubscribed(), click: $root.toggleFolderCheckable"></span>
</td>
<!-- /ko -->
<!-- ko if: $root.showKolab -->