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 6073e2f commit d692270Copy full SHA for d692270
templates/user/dashboard/feeds.tmpl
@@ -77,6 +77,10 @@
77
{{$index := index .GetIssueInfos 0}}
78
{{$reviewer := index .GetIssueInfos 1}}
79
{{ctx.Locale.Tr "action.review_dismissed" (printf "%s/pulls/%s" (.GetRepoLink ctx) $index) $index (.ShortRepoPath ctx) $reviewer}}
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}}
84
{{end}}
85
{{DateUtils.TimeSince .GetCreate}}
86
</div>
0 commit comments