Changed "List Icon"

This commit is contained in:
Martin Filser 2022-02-02 23:53:55 +01:00
parent 12ee7efc5f
commit a2e6f01469
2 changed files with 2 additions and 2 deletions

View file

@ -237,7 +237,7 @@ template(name="cardDetails")
if currentBoard.allowsShowLists
.card-details-item.card-details-show-lists
h3.card-details-item-title
i.fa.fa-th-list
i.fa.fa-list
| {{_ 'list'}}
select.js-select-lists
each currentBoard.lists

View file

@ -207,7 +207,7 @@ template(name="boardCardSettingsPopup")
a.flex.js-field-has-card-show-lists(class="{{#if allowsShowLists}}is-checked{{/if}}")
.materialCheckBox(class="{{#if allowsShowLists}}is-checked{{/if}}")
span
i.fa.fa-th-list
i.fa.fa-list
| {{_ 'card-show-lists'}}
div.check-div
a.flex.js-field-has-labels(class="{{#if allowsLabels}}is-checked{{/if}}")