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}}