소스 검색

Display card title in bold

Vid Smole 2 년 전
부모
커밋
a3622ddc1d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      client/components/cards/minicard.jade

+ 2 - 1
client/components/cards/minicard.jade

@@ -49,7 +49,8 @@ template(name="minicard")
         if currentBoard.allowsCardNumber
           span.card-number
             | ##{getCardNumber}
-        = getTitle
+        b
+          = getTitle
       if $eq 'subtext-with-full-path' currentBoard.presentParentTask
         .parent-subtext
           | {{ parentString ' > ' }}