diff options
-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> |