소스 검색

Starred boards show markdown at the top starred line (Mobile View)

- Fixes: #4058
Martin Filser 3 년 전
부모
커밋
8bb27e2762
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      client/components/main/header.jade

+ 2 - 1
client/components/main/header.jade

@@ -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
         //-