summaryrefslogtreecommitdiffstats
path: root/client/components/main/header.jade
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/main/header.jade')
-rw-r--r--client/components/main/header.jade8
1 files changed, 6 insertions, 2 deletions
diff --git a/client/components/main/header.jade b/client/components/main/header.jade
index da7999cf..9eeb843b 100644
--- a/client/components/main/header.jade
+++ b/client/components/main/header.jade
@@ -34,11 +34,15 @@ template(name="header")
#header-main-bar(class="{{#if wrappedHeader}}wrapper{{/if}}")
if $.Session.get 'currentBoard'
+headerBoard
- else
+ else if($eq currentRouteName 'home')
+headerTitle
+ a.wekan-logo(href="{{pathFor 'home'}}")
+ img(src="/wekan-logo-header.png" alt="Wekan")
+
template(name="headerTitle")
- h1 LibreBoard
+ h1 My Boards
+
.board-header-btns.right
a.board-header-btn.js-open-archived-board
i.fa.fa-archive