diff --git a/repo/header.tmpl b/repo/header.tmpl
index 34f47b7..b31beb1 100644
--- a/repo/header.tmpl
+++ b/repo/header.tmpl
@@ -8,229 +8,70 @@
-
- {{if .IsArchived}}
-
{{ctx.Locale.Tr "repo.desc.archived"}}
-
{{svg "octicon-archive" 18}}
- {{end}}
- {{if .IsPrivate}}
-
{{ctx.Locale.Tr "repo.desc.private"}}
-
{{svg "octicon-lock" 18}}
- {{else}}
- {{if .Owner.Visibility.IsPrivate}}
-
{{ctx.Locale.Tr "repo.desc.internal"}}
-
{{svg "octicon-shield-lock" 18}}
- {{end}}
- {{end}}
- {{if .IsTemplate}}
-
{{ctx.Locale.Tr "repo.desc.template"}}
-
{{svg "octicon-repo-template" 18}}
- {{end}}
- {{if eq .ObjectFormatName "sha256"}}
-
{{ctx.Locale.Tr "repo.desc.sha256"}}
- {{end}}
+
- {{if not (or .IsBeingCreated .IsBroken)}}
-
- {{end}}
- {{if $.PullMirror}}
-
- {{ctx.Locale.Tr "repo.mirror_from"}}
-
{{$.PullMirror.RemoteAddress}}
- {{if $.PullMirror.UpdatedUnix}}{{ctx.Locale.Tr "repo.mirror_sync"}} {{TimeSinceUnix $.PullMirror.UpdatedUnix ctx.Locale}}{{end}}
-
- {{end}}
- {{if .IsFork}}{{end}}
- {{if .IsGenerated}}{{end}}
{{end}}
-
-