From c695dda0b21d5de83bef3c3bd3f157019027dfcd Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 24 Apr 2025 13:03:31 +0100 Subject: [PATCH] appview: profile: fix closed-pulls pill style --- appview/pages/templates/user/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/user/profile.html b/appview/pages/templates/user/profile.html index a1b77914..ca5a78d7 100644 --- a/appview/pages/templates/user/profile.html +++ b/appview/pages/templates/user/profile.html @@ -179,7 +179,7 @@ {{ if gt $stats.Closed 0 }} - + {{$stats.Closed}} closed {{ end }} -- 2.51.2