From 1bbb7dfbb6e3135feff7417f4ecf1723a57d0471 Mon Sep 17 00:00:00 2001 From: Gerben Date: Tue, 20 Mar 2018 14:12:41 +0100 Subject: [PATCH] Remove some fork buttons/counters --- templates/explore/repo_list.tmpl | 4 ---- templates/repo/header.tmpl | 10 ---------- 2 files changed, 14 deletions(-) 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}}