mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
Change button order at Boards Recycle Bin.
This commit is contained in:
parent
b3bb03fed4
commit
9990f9856b
1 changed files with 4 additions and 4 deletions
|
@ -7,16 +7,16 @@ template(name="archivedBoards")
|
|||
each archivedBoards
|
||||
li.archived-lists-item
|
||||
div.board-header-btns
|
||||
button.board-header-btn.js-restore-board
|
||||
i.fa.fa-undo
|
||||
| {{_ 'restore-board'}}
|
||||
button.board-header-btn.js-delete-board
|
||||
i.fa.fa-trash-o
|
||||
| {{_ 'delete-board'}}
|
||||
button.board-header-btn.js-restore-board
|
||||
i.fa.fa-undo
|
||||
| {{_ 'restore-board'}}
|
||||
= title
|
||||
else
|
||||
li.no-items-message {{_ 'no-archived-boards'}}
|
||||
|
||||
template(name="boardDeletePopup")
|
||||
p {{_ 'delete-board-pop'}}
|
||||
p {{_ 'delete-board-confirm-popup'}}
|
||||
button.js-confirm.negate.full(type="submit") {{_ 'delete'}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue