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 fb26b01 commit 3c60d10Copy full SHA for 3c60d10
templates/user/dashboard/feeds.tmpl
@@ -73,7 +73,7 @@
73
{{$.i18n.Tr "action.comment_pull" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
74
{{else if eq .GetOpType 24}}
75
{{ $linkText := .Content | RenderEmoji }}
76
- {{$.i18n.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/release/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
+ {{$.i18n.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/releases/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
77
{{else if eq .GetOpType 25}}
78
{{ $index := index .GetIssueInfos 0}}
79
{{ $reviewer := index .GetIssueInfos 1}}
0 commit comments