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'}}

View file

@ -135,6 +135,14 @@
padding: 12px 10px
margin: -10px 0px
.viewer
display: inline
white-space: nowrap
p
display: inline
white-space: nowrap
&.current
color: darken(white, 5%)