From b63c92af5c8c2ab9a3927cab33052df96821351b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 12 Aug 2021 16:18:42 -0700 Subject: web: remove confusing 'references' row from stats table Now that we have refcat, which is a different number --- python/fatcat_web/templates/stats.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/stats.html b/python/fatcat_web/templates/stats.html index fb7828ff..afd5b598 100644 --- a/python/fatcat_web/templates/stats.html +++ b/python/fatcat_web/templates/stats.html @@ -35,9 +35,6 @@ You can also fetch these numbers as JSON. Releases Total {{ "{:,}".format(stats.release.total) }} - - References (raw, unlinked) - {{ "{:,}".format(stats.release.refs_total) }} Containers Total -- cgit v1.2.3