mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-26 04:35:54 +00:00
show tag name on dashboard items list (#16466)
fix #16458 Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
parent
4b512abf5b
commit
ec357833bc
2 changed files with 2 additions and 2 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue