From beb59eead6db6b3c48c002feaf4f23f016068329 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Mon, 17 Nov 2025 16:49:19 +0000 Subject: [PATCH] appview/pages: fix incorrect closed-pulls stat Change-Id: qstvopqnrpmwyrwumqmkxryvqozsxkwp Signed-off-by: oppiliappan --- appview/pages/templates/repo/pulls/pulls.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appview/pages/templates/repo/pulls/pulls.html b/appview/pages/templates/repo/pulls/pulls.html index e3855595..184886aa 100644 --- a/appview/pages/templates/repo/pulls/pulls.html +++ b/appview/pages/templates/repo/pulls/pulls.html @@ -31,7 +31,7 @@ "Key" "closed" "Value" "closed" "Icon" "ban" - "Meta" (string .RepoInfo.Stats.IssueCount.Closed)) }} + "Meta" (string .RepoInfo.Stats.PullCount.Closed)) }} {{ $values := list $open $merged $closed }}
-- 2.43.0