Skip to content

Commit a4aac03

Browse files
zeripathjpraet
andauthored
Update templates/user/dashboard/feeds.tmpl
Co-authored-by: Jimmy Praet <[email protected]>
1 parent f428e12 commit a4aac03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/feeds.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{{else if eq .GetOpType 8}}
3232
{{$.i18n.Tr "action.transfer_repo" .GetContent (.GetRepoLink|Escape) (.ShortRepoPath|Escape) | Str2html}}
3333
{{else if eq .GetOpType 9}}
34-
{{$.i18n.Tr "action.push_tag" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.ShortRepoPath|Escape) .GetTag | Str2html}}
34+
{{$.i18n.Tr "action.push_tag" (.GetRepoLink|Escape) (.GetRefLink|Escape) .GetTag (.ShortRepoPath|Escape) | Str2html}}
3535
{{else if eq .GetOpType 10}}
3636
{{ $index := index .GetIssueInfos 0}}
3737
{{$.i18n.Tr "action.comment_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}

0 commit comments

Comments
 (0)