diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 4000cff..e6fd391 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -10,10 +10,6 @@ {{else if .IsMirror}} {{end}} - -
- {{.NumForks}} -
{{if .DescriptionHTML}}

{{.DescriptionHTML}}

{{end}}

{{$.i18n.Tr "org.repo_updated"}} {{TimeSinceUnix .UpdatedUnix $.i18n.Lang}}

diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 18e6134..62b350a 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -22,16 +22,6 @@ {{.NumWatches}} - {{if .CanBeForked}} -
- - {{$.i18n.Tr "repo.fork"}} - - - {{.NumForks}} - -
- {{end}}