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 7156e2a commit c846006Copy full SHA for c846006
templates/user/dashboard/issues.tmpl
@@ -68,8 +68,8 @@
68
<a class="title has-emoji" href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Title}}</a>
69
70
{{if .IsPull }}
71
- {{if (index $.CommitStatus .ID)}}
72
- {{template "repo/commit_status" (index $.CommitStatus .ID)}}
+ {{if (index $.CommitStatus .PullRequest.ID)}}
+ {{template "repo/commit_status" (index $.CommitStatus .PullRequest.ID)}}
73
{{end}}
74
75
0 commit comments