mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Hide duplicate create board button, because it did not show board templates correctly.
Thanks to xet7 ! Fixes #2728
This commit is contained in:
parent
62f6cc7198
commit
a7977a8fc7
1 changed files with 7 additions and 2 deletions
|
|
@ -50,8 +50,13 @@ template(name="header")
|
||||||
else
|
else
|
||||||
li.current {{_ 'quick-access-description'}}
|
li.current {{_ 'quick-access-description'}}
|
||||||
|
|
||||||
a#header-new-board-icon.js-create-board
|
// Next line is used only for spacing at header,
|
||||||
i.fa.fa-plus(title="Create a new board")
|
// there is no visible clickable icon.
|
||||||
|
#header-new-board-icon
|
||||||
|
// Hide duplicate create board button,
|
||||||
|
// because it did not show board templates correctly.
|
||||||
|
//a#header-new-board-icon.js-create-board
|
||||||
|
// i.fa.fa-plus(title="Create a new board")
|
||||||
|
|
||||||
+notifications
|
+notifications
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue