mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix delete board button not visible.
Thanks to airtraxx and xet7 ! Related #3396
This commit is contained in:
parent
6bf33a5578
commit
53a925cf7f
1 changed files with 3 additions and 4 deletions
|
|
@ -7,7 +7,6 @@ template(name="archivedBoards")
|
|||
each archivedBoards
|
||||
li.archived-lists-item
|
||||
div.board-header-btns
|
||||
if currentUser.isBoardAdmin
|
||||
button.board-header-btn.js-delete-board
|
||||
i.fa.fa-trash-o
|
||||
| {{_ 'delete-board'}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue