mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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
|
||||
li.current {{_ 'quick-access-description'}}
|
||||
|
||||
a#header-new-board-icon.js-create-board
|
||||
i.fa.fa-plus(title="Create a new board")
|
||||
// Next line is used only for spacing at header,
|
||||
// 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue