From da1953b92c920d3beb2cbd4914387ec3189728ae Mon Sep 17 00:00:00 2001 From: Niels Mokkenstorm Date: Sun, 19 Jul 2026 09:44:13 +0000 Subject: [PATCH] appview/pages: wrap tag badges on the commit info bar --- appview/pages/templates/repo/index.html | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/appview/pages/templates/repo/index.html b/appview/pages/templates/repo/index.html --- a/appview/pages/templates/repo/index.html +++ b/appview/pages/templates/repo/index.html @@ -246,7 +246,7 @@ {{ $tagsForCommit := index $.TagMap .Hash.String }} {{ if gt (len $tagsForCommit) 0 }} - + {{ range $tagsForCommit }} {{ . }} -- tangled.sh