mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-15 18:56:59 +00:00
Fix bug on transfer repo
This commit is contained in:
parent
57d48fb6a2
commit
f69761563b
10 changed files with 45 additions and 21 deletions
|
@ -1 +1 @@
|
|||
0.5.4.0924 Beta
|
||||
0.5.4.0925 Beta
|
|
@ -20,6 +20,8 @@
|
|||
{{else if eq .GetOpType 6}}
|
||||
{{ $index := index .GetIssueInfos 0}}
|
||||
{{$.i18n.Tr "action.create_issue" AppSubUrl .GetRepoLink $index .GetRepoLink $index | Str2html}}
|
||||
{{else if eq .GetOpType 8}}
|
||||
{{$.i18n.Tr "action.transfer_repo" .GetRepoName AppSubUrl .GetRepoLink .GetRepoLink | Str2html}}
|
||||
{{else if eq .GetOpType 10}}
|
||||
{{ $index := index .GetIssueInfos 0}}
|
||||
{{$.i18n.Tr "action.comment_issue" AppSubUrl .GetRepoLink $index .GetRepoLink $index | Str2html}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue