Explorar el Código

Display card title in bold

Vid Smole hace 2 años
padre
commit
a3622ddc1d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 ' > ' }}