From bcc065ea637fecb80afb5cb1c34f306b19abfc5c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 13 May 2019 17:12:14 -0700 Subject: webface: show webcapture size --- python/fatcat_web/templates/webcapture_view.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/webcapture_view.html b/python/fatcat_web/templates/webcapture_view.html index 919f31e1..7593dd3f 100644 --- a/python/fatcat_web/templates/webcapture_view.html +++ b/python/fatcat_web/templates/webcapture_view.html @@ -53,7 +53,8 @@ No known public archive for this webcapture.
{{ row.timestamp.strftime("%Y-%m-%d %H:%M:%S") }} - {% if row.mimetype %}| {{ row.mimetype }}{% endif %} + {% if row.mimetype %}| {{ row.mimetype }} {% endif %} + {% if row.size_bytes %}| {{ row.size_bytes|filesizeformat }} {% endif %}
{% if row.sha1 %}sha1:{{ row.sha1 }}
{% endif %} -- cgit v1.2.3