mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Starred boards show markdown at the top starred line (Mobile View)
- Fixes: #4058
This commit is contained in:
parent
437b62eb97
commit
8bb27e2762
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ template(name="header")
|
|||
each currentUser.starredBoards
|
||||
li(class="{{#if $.Session.equals 'currentBoard' _id}}current{{/if}}")
|
||||
a(href="{{pathFor 'board' id=_id slug=slug}}")
|
||||
= title
|
||||
+viewer
|
||||
= title
|
||||
#header-new-board-icon
|
||||
else
|
||||
//-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue