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 6968f08 commit c7f7d4dCopy full SHA for c7f7d4d
templates/user/dashboard/feeds.tmpl
@@ -79,7 +79,6 @@
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)}}
84
{{end}}
85
{{DateUtils.TimeSince .GetCreate}}
0 commit comments