From a34303b83eec0de36e8a53f721a0725840ca88bd Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Thu, 15 Dec 2022 19:04:20 +0800 Subject: [PATCH] fix issue --- templates/user/dashboard/feeds.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index a421ccf22..3950fe277 100755 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -93,11 +93,9 @@ {{else if eq .GetOpType 35}} {{$.i18n.Tr "action.dataset_recommended" .GetRepoLink (index .GetIssueInfos 1 | RenderEmoji) | Str2html}} {{else if eq .GetOpType 39}} - {{.GetOpType}} - {{$.i18n.Tr "action.task_c2net_gpudebugjob" .GetRepoLink .Content .RefName | Str2html}} - {{else if eq .GetOpType 40}} - {{.GetOpType}} {{$.i18n.Tr "action.task_c2net_npudebugjob" .GetRepoLink .Content .RefName | Str2html}} + {{else if eq .GetOpType 40}} + {{$.i18n.Tr "action.task_c2net_gpudebugjob" .GetRepoLink .Content .RefName | Str2html}} {{end}}

{{if or (eq .GetOpType 5) (eq .GetOpType 18)}}