Skip to content

Commit 6968f08

Browse files
committed
Fix bug
1 parent e0f0bf5 commit 6968f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/feeds.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
{{else if .GetOpType.InActions "auto_merge_pull_request"}}
8181
{{$index := index .GetIssueInfos 0}}
8282
{{$title := index .GetIssueInfos 1}}
83-
{{ctx.Locale.Tr "action.auto_merge_pull_request" (printf "%s/pulls/%s" (.GetRepoLink ctx) $index) $index (.ShortRepoPath ctx) $title}}
83+
{{ctx.Locale.Tr "action.auto_merge_pull_request" (printf "%s/pulls/%s" (.GetRepoLink ctx) $index) $index (.ShortRepoPath ctx)}}
8484
{{end}}
8585
{{DateUtils.TimeSince .GetCreate}}
8686
</div>

0 commit comments

Comments
 (0)