We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3088866 commit 6a3ad0bCopy full SHA for 6a3ad0b
templates/repo/graph/commits.tmpl
@@ -34,7 +34,8 @@
34
{{$refGroup := .RefGroup}}
35
{{if eq $refGroup "pull"}}
36
{{if or (not $.HidePRRefs) (containGeneric $.SelectedBranches .Name)}}
37
- <a class="ui labelled icon button basic tiny" href="{{$.RepoLink}}/pulls/{{.ShortName|PathEscape}}">
+ <!-- it's intended to use issues not pulls, if it's a pull you will get redirected -->
38
+ <a class="ui labelled icon button basic tiny" href="{{$.RepoLink}}/issues/{{.ShortName|PathEscape}}">
39
{{svg "octicon-git-pull-request" 16 "mr-2"}}#{{.ShortName}}
40
</a>
41
{{end}}
0 commit comments