We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4aac03 commit 5b3eba5Copy full SHA for 5b3eba5
templates/user/dashboard/feeds.tmpl
@@ -31,7 +31,7 @@
31
{{else if eq .GetOpType 8}}
32
{{$.i18n.Tr "action.transfer_repo" .GetContent (.GetRepoLink|Escape) (.ShortRepoPath|Escape) | Str2html}}
33
{{else if eq .GetOpType 9}}
34
- {{$.i18n.Tr "action.push_tag" (.GetRepoLink|Escape) (.GetRefLink|Escape) .GetTag (.ShortRepoPath|Escape) | Str2html}}
+ {{$.i18n.Tr "action.push_tag" (.GetRepoLink|Escape) (.GetRefLink|Escape) (.GetTag|Escape) (.ShortRepoPath|Escape) | Str2html}}
35
{{else if eq .GetOpType 10}}
36
{{ $index := index .GetIssueInfos 0}}
37
{{$.i18n.Tr "action.comment_issue" ((printf "%s/issues/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
0 commit comments