diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-12 16:18:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-08-12 16:18:43 -0700 |
commit | b63c92af5c8c2ab9a3927cab33052df96821351b (patch) | |
tree | 6842897d994629d47a796a1d66a1c9a9653c84e8 /python/fatcat_web | |
parent | 91bbd3056a159afe1511b26d230862d053ab96be (diff) | |
download | fatcat-b63c92af5c8c2ab9a3927cab33052df96821351b.tar.gz fatcat-b63c92af5c8c2ab9a3927cab33052df96821351b.zip |
web: remove confusing 'references' row from stats table
Now that we have refcat, which is a different number
Diffstat (limited to 'python/fatcat_web')
-rw-r--r-- | python/fatcat_web/templates/stats.html | 3 |
1 files changed, 0 insertions, 3 deletions
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 <a href="./stats.json">as JSON</a>. <tr style="padding-top:0px;"><td rowspan="2" class="active top aligned center aligned"><b>Releases</b></td> <td>Total</td> <td class="right aligned">{{ "{:,}".format(stats.release.total) }}</td> - <tr> - <td>References (raw, unlinked)</td> - <td class="right aligned">{{ "{:,}".format(stats.release.refs_total) }}</td> <tr style="padding-top:0px;"><td rowspan="1" class="active top aligned center aligned"><b>Containers</b></td> <td>Total</td> |