From 5d9d3b5985991167f53cc07ba3b33b560db9bcac Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 27 Jun 2019 12:22:16 -0700 Subject: webface UI tweaks, mostly for mobile --- python/fatcat_web/templates/stats.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/fatcat_web/templates/stats.html') diff --git a/python/fatcat_web/templates/stats.html b/python/fatcat_web/templates/stats.html index f11ca820..eaff8f8d 100644 --- a/python/fatcat_web/templates/stats.html +++ b/python/fatcat_web/templates/stats.html @@ -13,7 +13,7 @@ You can also fetch these numbers as JSON. - + @@ -29,14 +29,14 @@ You can also fetch these numbers as JSON. - + - + -- cgit v1.2.3
"Papers"
"Papers" Total {{ "{:,}".format(stats.papers.total) }}
On web, not in Keepers {{ "{:,}".format(stats.papers.in_web_not_kbart) }}
Releases
Releases Total {{ "{:,}".format(stats.release.total) }}
References (raw, unlinked) {{ "{:,}".format(stats.release.refs_total) }}
Containers
Containers Total {{ "{:,}".format(stats.container.total) }}