diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-15 18:15:14 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-15 18:15:14 -0800 |
commit | 9d668d2632bd969cfd850650641a76f56a1dbfab (patch) | |
tree | 8e72cd2c8fcb162ce3f9c1eb854e8262d7d5e919 /python | |
parent | 3d7d90fae8550b061c75de27bad5b9ed86bd3d92 (diff) | |
download | fatcat-9d668d2632bd969cfd850650641a76f56a1dbfab.tar.gz fatcat-9d668d2632bd969cfd850650641a76f56a1dbfab.zip |
web: small improvements to release SERP rows
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/entity_macros.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 %} - <b style="color: red; text-transform: uppercase;">{{ paper.withdrawn_status }}</b> + <b style="color: red; text-transform: uppercase;"> [{{ paper.withdrawn_status }}]</b> {% endif %} {# ### IDENTIFIERS #} @@ -257,6 +257,9 @@ {% if paper.wikidata_qid %} <a href="https://wikidata.org/wiki/{{ paper.wikidata_qid }}" style="color: green;">wikidata:{{ paper.wikidata_qid }}</a> {% endif %} + {% if paper.version %} + <span style="color: green;">version:{{ paper.version }}</span> + {% endif %} {# WIP: elastic release work grouping searches <br> |