From a9e1a37b71de64b65253df3b0202ee654c8c1182 Mon Sep 17 00:00:00 2001 From: "fnetX (aka fralix)" Date: Tue, 25 May 2021 22:02:19 +0200 Subject: [PATCH] Remove branch URL before IssueRefURL (#15970) Revert change for account / org dashboard where IssueRefURLs do not contain the full repo URL (case RepoLink is not true) Co-authored-by: Norwin Co-authored-by: Norwin --- templates/shared/issuelist.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shared/issuelist.tmpl b/templates/shared/issuelist.tmpl index 3b9344eec..c0e2fe4ef 100644 --- a/templates/shared/issuelist.tmpl +++ b/templates/shared/issuelist.tmpl @@ -67,7 +67,7 @@ {{end}} {{if .Ref}} - + {{svg "octicon-git-branch" 14 "mr-2"}}{{index $.IssueRefEndNames .ID}} {{end}}