From e84912522ae567c8f50954da95d331ccc264e063 Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Fri, 7 May 2021 18:27:28 +0100 Subject: [PATCH] Use pulls in commit graph unless pulls are disabled Fix #15370 Signed-off-by: Andrew Thornton --- templates/repo/graph/commits.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/graph/commits.tmpl b/templates/repo/graph/commits.tmpl index bf67596bc658..3427aed58ca7 100644 --- a/templates/repo/graph/commits.tmpl +++ b/templates/repo/graph/commits.tmpl @@ -35,7 +35,7 @@ {{if eq $refGroup "pull"}} {{if or (not $.HidePRRefs) (containGeneric $.SelectedBranches .Name)}} - + {{svg "octicon-git-pull-request" 16 "mr-2"}}#{{.ShortName}} {{end}}