diff --git a/docker/gitea/custom/templates/repo/header.tmpl b/docker/gitea/custom/templates/repo/header.tmpl
index a26085db0d..97ccca27ec 100644
--- a/docker/gitea/custom/templates/repo/header.tmpl
+++ b/docker/gitea/custom/templates/repo/header.tmpl
@@ -45,12 +45,6 @@
{{end}}
- {{if and (.Permission.CanRead $.UnitTypeReleases) (not .IsBareRepo) }}
-
- {{.i18n.Tr "repo.releases"}} {{.Repository.NumReleases}}
-
- {{end}}
-
{{if or (.Permission.CanRead $.UnitTypeWiki) (.Permission.CanRead $.UnitTypeExternalWiki)}}
{{.i18n.Tr "repo.wiki"}}