This commit is contained in:
daitingting
2024-01-24 01:36:57 +00:00
parent c596ce9d1c
commit 0162851667
+8 -1
View File
@@ -210,7 +210,14 @@ detailHeader
(
set::entityID($bug->id),
set::level(1),
span(setStyle('color', $bug->color), $bug->title)
span(setStyle('color', $bug->color), $bug->title),
a
(
set::href($legendBasic['fromCase']['href']),
setClass('font-medium text-base text-gray'),
icon('testcase px-1'),
$lang->case->fromCase . $lang->colon . $bug->case
)
),
$bug->deleted ? span(setClass('label danger'), $lang->bug->deleted) : null
),