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,10 +7,9 @@ template(name="archivedBoards")
|
||||||
each archivedBoards
|
each archivedBoards
|
||||||
li.archived-lists-item
|
li.archived-lists-item
|
||||||
div.board-header-btns
|
div.board-header-btns
|
||||||
if currentUser.isBoardAdmin
|
button.board-header-btn.js-delete-board
|
||||||
button.board-header-btn.js-delete-board
|
i.fa.fa-trash-o
|
||||||
i.fa.fa-trash-o
|
| {{_ 'delete-board'}}
|
||||||
| {{_ 'delete-board'}}
|
|
||||||
button.board-header-btn.js-restore-board
|
button.board-header-btn.js-restore-board
|
||||||
i.fa.fa-undo
|
i.fa.fa-undo
|
||||||
| {{_ 'restore-board'}}
|
| {{_ 'restore-board'}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue