Starred boards show markdown at the top starred line

- Fixes: #4058
This commit is contained in:
Martin Filser 2021-10-20 14:28:14 +02:00
parent 88fbdfbb6b
commit 437b62eb97
2 changed files with 10 additions and 1 deletions

View file

@ -49,7 +49,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
else
li.current.empty {{_ 'quick-access-description'}}