From 826eb771b9b56da1c505cd5207342645ca9cc311 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 26 Oct 2022 11:04:29 +0800 Subject: [PATCH] * Finish task #73732. --- module/block/view/welcome.html.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/block/view/welcome.html.php b/module/block/view/welcome.html.php index c7b74eab69..b3e04009ed 100644 --- a/module/block/view/welcome.html.php +++ b/module/block/view/welcome.html.php @@ -59,7 +59,7 @@
block->myTask?>
-
createLink('my', 'work', 'mode=task'), (int)$tasks);?>
+
createLink('my', 'work', 'mode=task'), (int)$tasks, '', "class='text-primary'");?>
block->delayed . ' ' . $delay['task']?> @@ -68,7 +68,7 @@
block->myBug?>
-
createLink('my', 'work', 'mode=bug'), (int)$bugs);?>
+
createLink('my', 'work', 'mode=bug'), (int)$bugs, '', "class='text-primary'");?>
block->delayed . ' ' . $delay['bug']?> @@ -77,7 +77,7 @@
block->myStory?>
-
createLink('my', 'work', 'mode=story'), (int)$stories);?>
+
createLink('my', 'work', 'mode=story'), (int)$stories, '', "class='text-primary'");?>