From 9d668d2632bd969cfd850650641a76f56a1dbfab Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 15 Feb 2022 18:15:14 -0800 Subject: web: small improvements to release SERP rows --- python/fatcat_web/templates/entity_macros.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat_web/templates/entity_macros.html b/python/fatcat_web/templates/entity_macros.html index 163af3e0..c510a8b9 100644 --- a/python/fatcat_web/templates/entity_macros.html +++ b/python/fatcat_web/templates/entity_macros.html @@ -224,7 +224,7 @@ {% endif %} {% if paper.withdrawn_status %} - {{ paper.withdrawn_status }} +   [{{ paper.withdrawn_status }}] {% endif %} {# ### IDENTIFIERS #} @@ -257,6 +257,9 @@ {% if paper.wikidata_qid %} wikidata:{{ paper.wikidata_qid }}   {% endif %} + {% if paper.version %} + version:{{ paper.version }}   + {% endif %} {# WIP: elastic release work grouping searches
-- cgit v1.2.3