mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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}}")
|
||||
a.js-select-list
|
||||
= 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
|
||||
else
|
||||
//-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue