| @@ -12,6 +12,7 @@ | |||||
| {{else}} | {{else}} | ||||
| {{.ShortActUserName}} | {{.ShortActUserName}} | ||||
| {{end}} | {{end}} | ||||
| -=-=-={{.GetOpType}} | |||||
| {{if eq .GetOpType 1}} | {{if eq .GetOpType 1}} | ||||
| {{$.i18n.Tr "action.create_repo" .GetRepoLink .ShortRepoFullDisplayName | Str2html}} | {{$.i18n.Tr "action.create_repo" .GetRepoLink .ShortRepoFullDisplayName | Str2html}} | ||||
| {{else if eq .GetOpType 2}} | {{else if eq .GetOpType 2}} | ||||
| @@ -72,7 +73,7 @@ | |||||
| {{$.i18n.Tr "action.comment_pull" .GetRepoLink $index .ShortRepoPath | Str2html}} | {{$.i18n.Tr "action.comment_pull" .GetRepoLink $index .ShortRepoPath | Str2html}} | ||||
| {{else if eq .GetOpType 24}} | {{else if eq .GetOpType 24}} | ||||
| {{$.i18n.Tr "action.upload_dataset" .GetRepoLink .RefName | Str2html}} | {{$.i18n.Tr "action.upload_dataset" .GetRepoLink .RefName | Str2html}} | ||||
| {{.GetOpType}} | |||||
| {{else if and (eq .GetOpType 25) (eq .GetOpType 39)}} | {{else if and (eq .GetOpType 25) (eq .GetOpType 39)}} | ||||
| ----{{.GetRepoLink}} {{.Content}} | ----{{.GetRepoLink}} {{.Content}} | ||||
| {{$.i18n.Tr "action.task_gpudebugjob" .GetRepoLink .Content .RefName | Str2html}} | {{$.i18n.Tr "action.task_gpudebugjob" .GetRepoLink .Content .RefName | Str2html}} | ||||