mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Changed "List Icon"
This commit is contained in:
parent
12ee7efc5f
commit
a2e6f01469
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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}}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue