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 e0f0bf5 commit 6968f08Copy full SHA for 6968f08
templates/user/dashboard/feeds.tmpl
@@ -80,7 +80,7 @@
80
{{else if .GetOpType.InActions "auto_merge_pull_request"}}
81
{{$index := index .GetIssueInfos 0}}
82
{{$title := index .GetIssueInfos 1}}
83
- {{ctx.Locale.Tr "action.auto_merge_pull_request" (printf "%s/pulls/%s" (.GetRepoLink ctx) $index) $index (.ShortRepoPath ctx) $title}}
+ {{ctx.Locale.Tr "action.auto_merge_pull_request" (printf "%s/pulls/%s" (.GetRepoLink ctx) $index) $index (.ShortRepoPath ctx)}}
84
{{end}}
85
{{DateUtils.TimeSince .GetCreate}}
86
</div>
0 commit comments