From 0c4450dfe8b3325ed81f2f24f15ba6e7835d4205 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 2 Mar 2019 18:06:14 -0800 Subject: collapse extra metadata key column --- python/fatcat_web/templates/entity_macros.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 054b2559..e13898a2 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -22,8 +22,8 @@ {% for (key, value) in extra.items() %} - - +
{{ key }}{{ value }} +
{{ key }}{{ value }} {% endfor %}
-- cgit v1.2.3