This commit is contained in:
tianshujie
2024-01-08 17:26:14 +08:00
parent 5d782a459a
commit f098cfac1f
+13 -1
View File
@@ -285,7 +285,19 @@ detailBody
set::href(createLink('story', 'view', "id={$task->story}")),
set::title($task->storyTitle),
$task->storyTitle
)
),
$task->needConfirm ? span
(
setClass('ml-1'),
'(' . $lang->story->changed,
a
(
setClass('mx-1 rounded primary-pale p-1'),
set::href(createLink('task', 'confirmStoryChange', "taskID={$task->id}")),
$lang->confirm
),
')'
) : null
),
item
(