From e3195a6534bae000a63e884ff647fac95d9d2498 Mon Sep 17 00:00:00 2001 From: Claudomator Agent Date: Wed, 18 Mar 2026 07:06:03 +0000 Subject: chore: autocommit uncommitted changes --- web/templates/partials/bugs.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/templates/partials/bugs.html (limited to 'web/templates/partials/bugs.html') diff --git a/web/templates/partials/bugs.html b/web/templates/partials/bugs.html new file mode 100644 index 0000000..cb5ba25 --- /dev/null +++ b/web/templates/partials/bugs.html @@ -0,0 +1,12 @@ +{{define "bugs"}} +{{if .}} +{{range .}} +
+

{{.Description}}

+

{{.CreatedAt.Format "Jan 2, 3:04 PM"}}

+
+{{end}} +{{else}} +

No bugs reported yet.

+{{end}} +{{end}} -- cgit v1.2.3