Procházet zdrojové kódy

Display card title in bold

Vid Smole před 2 roky
rodič
revize
a3622ddc1d
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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 ' > ' }}