From 981d1d50dec974606b7d587c306b2633cf183bb8 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 12 Oct 2025 23:37:52 -0600 Subject: [PATCH] feat: add status badge to bug detail page Display open/closed status in bug title with badge styling mirroring the bugs list view implementation. Implements: bug-165b8f1 Co-Authored-By: Crush --- pkg/web/templates/bug.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/web/templates/bug.html b/pkg/web/templates/bug.html index f37ae99d9035c74c9ef5f5bd5ace547bef852717..e0bd80ae18831f3af34243e215c18d83729e4aba 100644 --- a/pkg/web/templates/bug.html +++ b/pkg/web/templates/bug.html @@ -14,7 +14,7 @@
{{if eq .Type "create"}}
-

{{$.Title}}

+

{{$.Title}} {{$.Status}}

{{if .Message}} {{.Message}}