mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-20 21:18:00 +02:00
show tag name on dashboard items list (#16466)
fix #16458 Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
{{$.i18n.Tr "action.transfer_repo" .GetContent .GetRepoLink .ShortRepoPath | Str2html}}
|
||||
{{else if eq .GetOpType 9}}
|
||||
{{ $tagLink := .GetTag | EscapePound | Escape}}
|
||||
{{$.i18n.Tr "action.push_tag" .GetRepoLink $tagLink .ShortRepoPath | Str2html}}
|
||||
{{$.i18n.Tr "action.push_tag" .GetRepoLink $tagLink .ShortRepoPath .GetTag | Str2html}}
|
||||
{{else if eq .GetOpType 10}}
|
||||
{{ $index := index .GetIssueInfos 0}}
|
||||
{{$.i18n.Tr "action.comment_issue" .GetRepoLink $index .ShortRepoPath | Str2html}}
|
||||
|
Reference in New Issue
Block a user