From f207d826cc308bbf8df8e835b60628d963a44ff9 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 14 Apr 2024 22:11:42 +0200 Subject: [PATCH] limit branch name length --- templates/shared/issuelist.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/shared/issuelist.tmpl b/templates/shared/issuelist.tmpl index 1c0dfcc5511e2..a1b66bff528b0 100644 --- a/templates/shared/issuelist.tmpl +++ b/templates/shared/issuelist.tmpl @@ -98,8 +98,8 @@ {{end}} {{if .Ref}} - - {{svg "octicon-git-branch" 14}}{{index $.IssueRefEndNames .ID}} + + {{svg "octicon-git-branch" 14}}{{index $.IssueRefEndNames .ID}} {{end}} {{$tasks := .GetTasks}}