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 f89d027 commit 8a45070Copy full SHA for 8a45070
templates/user/dashboard/issues.tmpl
@@ -72,8 +72,8 @@
72
<a class="title has-emoji" href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Title}}</a>
73
74
{{if .IsPull }}
75
- {{if (index $.CommitStatus .ID)}}
76
- {{template "repo/commit_status" (index $.CommitStatus .ID)}}
+ {{if (index $.CommitStatus .PullRequest.ID)}}
+ {{template "repo/commit_status" (index $.CommitStatus .PullRequest.ID)}}
77
{{end}}
78
79
0 commit comments