Attempt to lineup buttons in recycle bin & get delete board popup to appear

This commit is contained in:
RJevnikar 2018-06-07 16:02:44 +00:00
parent 8f364281d2
commit c72b769f82
2 changed files with 11 additions and 11 deletions

View file

@ -6,16 +6,17 @@ template(name="archivedBoards")
ul.archived-lists
each archivedBoards
li.archived-lists-item
button.js-restore-board
i.fa.fa-undo
| {{_ 'restore-board'}}
button.js-delete-board
i.fa.fa-trash-o
| {{_ 'delete-board'}}
= title
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'}}
= title
else
li.no-items-message {{_ 'no-archived-boards'}}
template(name="deleteBoardPopup")
template(name="boardDeletePopup")
p {{_ 'delete-board-pop'}}
button.js-confirm.negate.full(type="submit") {{_ 'delete'}}

View file

@ -472,8 +472,7 @@
"assigned-by": "Assigned By",
"requested-by": "Requested By",
"board-delete-notice": "Deleting is permanent. You will lose all lists, cards and actions associated with this board.",
"board-delete-pop": "All lists, cards, labels, and activities will be removed and you won't be able to recover the board contents. There is no undo.",
"board-delete-suggest-archive": "You can archive a board to remove it from the the active boards and preserve the activity.",
"deleteBoardPopup": "Delete Board?",
"board-delete-pop": "All lists, cards, labels, and activities will be removed and you won't be able to recover the board contents. There is no undo.",,
"boardDeletePopup-title": "Delete Board?",
"delete-board": "Delete Board"
}