From 6a3ad0b24e6d0e859c2073126af429ef1892e712 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 6 May 2021 06:05:54 +0200 Subject: [PATCH] reverse #15734 partial and comment (#15740) * reverse & comment * Update templates/repo/graph/commits.tmpl Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath --- templates/repo/graph/commits.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}}