Browse Source

fix issue

pull/3418/head
zhoupzh 2 years ago
parent
commit
eedb59bd3c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      templates/user/dashboard/feeds.tmpl

+ 2
- 0
templates/user/dashboard/feeds.tmpl View File

@@ -93,8 +93,10 @@
{{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}}
{{end}}
</p>


Loading…
Cancel
Save