|
|
@ -13,7 +13,8 @@ |
|
|
|
{{else if eq .GetOpType 2}} |
|
|
|
{{else if eq .GetOpType 2}} |
|
|
|
{{$.i18n.Tr "action.rename_repo" .GetContent .GetRepoLink .GetRepoPath | Str2html}} |
|
|
|
{{$.i18n.Tr "action.rename_repo" .GetContent .GetRepoLink .GetRepoPath | Str2html}} |
|
|
|
{{else if eq .GetOpType 5}} |
|
|
|
{{else if eq .GetOpType 5}} |
|
|
|
{{$.i18n.Tr "action.commit_repo" .GetRepoLink .GetBranch .GetRepoPath | Str2html}} |
|
|
|
{{ $branchLink := .GetBranch | EscapePound}} |
|
|
|
|
|
|
|
{{$.i18n.Tr "action.commit_repo" .GetRepoLink $branchLink .GetBranch .GetRepoPath | Str2html}} |
|
|
|
{{else if eq .GetOpType 6}} |
|
|
|
{{else if eq .GetOpType 6}} |
|
|
|
{{ $index := index .GetIssueInfos 0}} |
|
|
|
{{ $index := index .GetIssueInfos 0}} |
|
|
|
{{$.i18n.Tr "action.create_issue" .GetRepoLink $index .GetRepoPath | Str2html}} |
|
|
|
{{$.i18n.Tr "action.create_issue" .GetRepoLink $index .GetRepoPath | Str2html}} |
|
|
|