mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Mobile View quick list access show markdown
This commit is contained in:
parent
8bb27e2762
commit
6d701cda2e
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ template(name="header")
|
|||
each currentBoard.lists
|
||||
li(class="{{#if $.Session.equals 'currentList' _id}}current{{/if}}")
|
||||
a.js-select-list
|
||||
= title
|
||||
+viewer
|
||||
= title
|
||||
else
|
||||
each currentUser.starredBoards
|
||||
li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue