mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 20:56:09 +01:00
parent
691c3aff68
commit
84f49fa7a1
21 changed files with 240 additions and 57 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue