We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01f56a commit 260816dCopy full SHA for 260816d
templates/repo/issue/card.tmpl
@@ -45,7 +45,7 @@
45
{{if $.Page.LinkedPRs}}
46
{{range index $.Page.LinkedPRs .ID}}
47
<div class="meta tw-my-1">
48
- <a href="{{$.Issue.Repo.Link}}/pulls/{{.Index}}">
+ <a href="{{.Repo.Link}}/pulls/{{.Index}}">
49
<span class="tw-m-0 text {{if .PullRequest.HasMerged}}purple{{else if .IsClosed}}red{{else}}green{{end}}">{{svg "octicon-git-merge" 16 "tw-mr-1 tw-align-middle"}}</span>
50
<span class="tw-align-middle">{{.Title}} <span class="text light grey">#{{.Index}}</span></span>
51
</a>
0 commit comments