mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix: When WIP limit in use, hide also add card + button at top of list. Thanks to xet7 !
This commit is contained in:
parent
6a89914873
commit
a5daf5dc29
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ template(name="listHeader")
|
||||||
if isWatching
|
if isWatching
|
||||||
i.list-header-watch-icon.fa.fa-eye
|
i.list-header-watch-icon.fa.fa-eye
|
||||||
div.list-header-menu
|
div.list-header-menu
|
||||||
a.js-add-card.fa.fa-plus.list-header-plus-icon
|
unless isWipLimitEnabled
|
||||||
|
a.js-add-card.fa.fa-plus.list-header-plus-icon
|
||||||
a.fa.fa-navicon.js-open-list-menu
|
a.fa.fa-navicon.js-open-list-menu
|
||||||
|
|
||||||
template(name="editListTitleForm")
|
template(name="editListTitleForm")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue