Skip to content

Commit c7f7d4d

Browse files
committed
Remove unused variable
1 parent 6968f08 commit c7f7d4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/user/dashboard/feeds.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
{{ctx.Locale.Tr "action.review_dismissed" (printf "%s/pulls/%s" (.GetRepoLink ctx) $index) $index (.ShortRepoPath ctx) $reviewer}}
8080
{{else if .GetOpType.InActions "auto_merge_pull_request"}}
8181
{{$index := index .GetIssueInfos 0}}
82-
{{$title := index .GetIssueInfos 1}}
8382
{{ctx.Locale.Tr "action.auto_merge_pull_request" (printf "%s/pulls/%s" (.GetRepoLink ctx) $index) $index (.ShortRepoPath ctx)}}
8483
{{end}}
8584
{{DateUtils.TimeSince .GetCreate}}

0 commit comments

Comments
 (0)