mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Header, Quick Access, show boards at mobile view
This commit is contained in:
parent
282505cde2
commit
4effccf96e
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ template(name="header")
|
||||||
li(class="{{#if $.Session.equals 'currentList' _id}}current{{/if}}")
|
li(class="{{#if $.Session.equals 'currentList' _id}}current{{/if}}")
|
||||||
a.js-select-list
|
a.js-select-list
|
||||||
= title
|
= title
|
||||||
|
else
|
||||||
|
each currentUser.starredBoards
|
||||||
|
li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}")
|
||||||
|
a(href="{{pathFor 'board' id=_id slug=slug}}")
|
||||||
|
= title
|
||||||
#header-new-board-icon
|
#header-new-board-icon
|
||||||
else
|
else
|
||||||
//-
|
//-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue