mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 18:56:10 +01:00
FontAwesome 6.4.2, adding back the previous icons because now all icons are included into Wekan
This commit is contained in:
parent
7eea0207e4
commit
ea39cfbf5a
9 changed files with 35 additions and 31 deletions
|
|
@ -10,7 +10,7 @@ template(name="myCardsHeaderBar")
|
|||
a.board-header-btn.js-my-cards-view-change(title="{{_ 'myCardsViewChange-title'}}")
|
||||
i.fa.fa-caret-down
|
||||
if $eq myCardsView 'boards'
|
||||
i.fa-brands.fa-trello
|
||||
i.fa.fa-trello
|
||||
| {{_ 'myCardsViewChange-choice-boards'}}
|
||||
if $eq myCardsView 'table'
|
||||
i.fa.fa-table
|
||||
|
|
@ -101,7 +101,7 @@ template(name="myCardsViewChangePopup")
|
|||
li
|
||||
with "myCardsViewChange-choice-boards"
|
||||
a.js-my-cards-view-boards
|
||||
i.fa-brands.fa-trello.colorful
|
||||
i.fa.fa-trello.colorful
|
||||
| {{_ 'myCardsViewChange-choice-boards'}}
|
||||
if $eq Utils.myCardsView "boards"
|
||||
i.fa.fa-check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue