From 6575d3fce26524bf15c602cbe9ed0acf3a8a5e84 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 4 Jun 2026 18:24:20 -0500 Subject: [PATCH] fix(ui): remove package count badge from Licenses tab Co-Authored-By: Claude Opus 4.6 (1M context) --- templates/repo/header.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 23cebf9b6e..43bdeaf8d1 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -132,9 +132,6 @@ {{if .DownloadGated}} {{svg "octicon-key"}} {{ctx.Locale.Tr "repo.licenses"}} - {{if .NumLicensePackages}} - {{CountFmt .NumLicensePackages}} - {{end}} {{else}} {{svg "octicon-broadcast"}} {{ctx.Locale.Tr "repo.settings.licensing_section"}} {{end}} -- 2.52.0