File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2710,7 +2710,7 @@ comment_issue = `commented on issue <a href="%s/issues/%s">%s#%[2]s</a>`
27102710comment_pull = `commented on pull request <a href =" %s/pulls/%s" >%s# %[2]s</a>`
27112711merge_pull_request = `merged pull request <a href =" %s/pulls/%s" >%s# %[2]s</a>`
27122712transfer_repo = transferred repository <code>%s</code> to <a href =" %s" >%s</a>
2713- push_tag = pushed tag <a href =" %s/src/tag/%s" >%[2 ]s</a> to <a href =" %[1]s" >%[3]s</a>
2713+ push_tag = pushed tag <a href =" %s/src/tag/%s" >%[4 ]s</a> to <a href =" %[1]s" >%[3]s</a>
27142714delete_tag = deleted tag %[2]s from <a href =" %[1]s" >%[3]s</a>
27152715delete_branch = deleted branch %[2]s from <a href =" %[1]s" >%[3]s</a>
27162716compare_branch = Compare
Original file line number Diff line number Diff line change 3333 {{$.i18n.Tr "action.transfer_repo" .GetContent .GetRepoLink .ShortRepoPath | Str2html}}
3434 {{else if eq .GetOpType 9}}
3535 {{ $tagLink := .GetTag | EscapePound | Escape}}
36- {{$.i18n.Tr "action.push_tag" .GetRepoLink $tagLink .ShortRepoPath | Str2html}}
36+ {{$.i18n.Tr "action.push_tag" .GetRepoLink $tagLink .ShortRepoPath .GetTag | Str2html}}
3737 {{else if eq .GetOpType 10}}
3838 {{ $index := index .GetIssueInfos 0}}
3939 {{$.i18n.Tr "action.comment_issue" .GetRepoLink $index .ShortRepoPath | Str2html}}
You can’t perform that action at this time.
0 commit comments