From 2c62516cc6f9d784d040e054298a973e09871601 Mon Sep 17 00:00:00 2001 From: pantsudev Date: Fri, 16 Jun 2017 08:53:35 +1000 Subject: [PATCH] Fix stats lol --- templates/home.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/templates/home.html b/templates/home.html index 64c58ea9..8bb53041 100644 --- a/templates/home.html +++ b/templates/home.html @@ -83,13 +83,9 @@ {{ fileSize .Filesize $.T }} - {{if .LastScrape.IsZero}} - {{call $.T "unknown"}} - {{else}} {{.Seeders}} {{.Leechers}} {{.Completed}} - {{end}} {{.Date}} {{end}} @@ -264,4 +260,4 @@ Torrents.LastID = {{ lastID .URL .Models }}; if (Torrents.LastID > 0) Torrents.CanRefresh = true; -{{end}} \ No newline at end of file +{{end}}