diff --git a/templates/repo/graph/commits.tmpl b/templates/repo/graph/commits.tmpl
index d08539ebe..bf67596bc 100644
--- a/templates/repo/graph/commits.tmpl
+++ b/templates/repo/graph/commits.tmpl
@@ -34,7 +34,8 @@
{{$refGroup := .RefGroup}}
{{if eq $refGroup "pull"}}
{{if or (not $.HidePRRefs) (containGeneric $.SelectedBranches .Name)}}
-
+
+
{{svg "octicon-git-pull-request" 16 "mr-2"}}#{{.ShortName}}
{{end}}