mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01:00
Fixed Bug Board icons random dance. Hide disabled buggy features of All Boards settings: Cards Count and Board Members.
Thanks to xet7 ! Fixes #4214
This commit is contained in:
parent
6638d8215f
commit
9ab0efe87a
1 changed files with 8 additions and 7 deletions
|
|
@ -448,13 +448,14 @@ template(name="boardMenuPopup")
|
||||||
a.js-change-background-image
|
a.js-change-background-image
|
||||||
i.fa.fa-picture-o
|
i.fa.fa-picture-o
|
||||||
| {{_ 'board-change-background-image'}}
|
| {{_ 'board-change-background-image'}}
|
||||||
if currentUser.isBoardAdmin
|
//Bug Board icons random dance https://github.com/wekan/wekan/issues/4214
|
||||||
unless currentSetting.hideBoardMemberList
|
//if currentUser.isBoardAdmin
|
||||||
unless currentSetting.hideCardCounterList
|
// unless currentSetting.hideBoardMemberList
|
||||||
li
|
// unless currentSetting.hideCardCounterList
|
||||||
a.js-board-info-on-my-boards(title="{{_ 'board-info-on-my-boards'}}")
|
// li
|
||||||
i.fa.fa-id-card-o
|
// a.js-board-info-on-my-boards(title="{{_ 'board-info-on-my-boards'}}")
|
||||||
| {{_ 'board-info-on-my-boards'}}
|
// i.fa.fa-id-card-o
|
||||||
|
// | {{_ 'board-info-on-my-boards'}}
|
||||||
hr
|
hr
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
if withApi
|
if withApi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue