mirror of
https://github.com/wekan/wekan.git
synced 2026-02-14 12:14:21 +01:00
Implement board archive and restoration
This commit is contained in:
parent
9faaf07e02
commit
48ac8b026f
32 changed files with 138 additions and 42 deletions
|
|
@ -31,7 +31,7 @@ template(name="header")
|
|||
The main bar is a colorful bar that provide all the meta-data for the
|
||||
current page. This bar is contextual based.
|
||||
If the user is not connected we display "sign in" and "log in" buttons.
|
||||
#header-main-bar
|
||||
#header-main-bar(class="{{#if wrappedHeader}}wrapper{{/if}}")
|
||||
if $.Session.get 'currentBoard'
|
||||
+headerBoard
|
||||
else
|
||||
|
|
@ -39,3 +39,7 @@ template(name="header")
|
|||
|
||||
template(name="headerTitle")
|
||||
h1 LibreBoard
|
||||
.board-header-btns.right
|
||||
a.board-header-btn.js-open-archived-board
|
||||
i.fa.fa-archive
|
||||
span Archives
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue