diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-23 11:09:48 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-26 19:59:44 +0200 |
commit | 48ac8b026ffdf8b3823c573e5693dcf1765383e2 (patch) | |
tree | 832576fddbcdef9810b206f1ee86469702497806 /client/components/main/header.jade | |
parent | 9faaf07e0257f622abcaa365408fa836a1cbdea8 (diff) | |
download | wekan-48ac8b026ffdf8b3823c573e5693dcf1765383e2.tar.gz wekan-48ac8b026ffdf8b3823c573e5693dcf1765383e2.tar.bz2 wekan-48ac8b026ffdf8b3823c573e5693dcf1765383e2.zip |
Implement board archive and restoration
Diffstat (limited to 'client/components/main/header.jade')
-rw-r--r-- | client/components/main/header.jade | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/components/main/header.jade b/client/components/main/header.jade index 1185da85..da7999cf 100644 --- a/client/components/main/header.jade +++ b/client/components/main/header.jade @@ -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 |