diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index 09236eb51..b6c48140b 100755 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -74,7 +74,7 @@ {{$.i18n.Tr "action.upload_dataset" .GetRepoLink .RefName | Str2html}} {{.GetOpType}} {{else if and (eq .GetOpType 25) (eq .GetOpType 39)}} - ----{{GetRepoLink}} {{.Content}} + ----{{.GetRepoLink}} {{.Content}} {{$.i18n.Tr "action.task_gpudebugjob" .GetRepoLink .Content .RefName | Str2html}} {{else if and (eq .GetOpType 26) (eq .GetOpType 40)}} {{$.i18n.Tr "action.task_npudebugjob" .GetRepoLink .Content .RefName | Str2html}}