浏览代码

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