summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-07-27 18:57:25 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-07-27 18:57:27 -0700
commitf29da9adb50a37cb6aad4e435fc09a5d682cbe6c (patch)
tree48d5a58db971e63c45eb6b69cfea2841162aa089 /python
parentf3481c02bd7a50d9073902dba07fe265eecb93db (diff)
downloadfatcat-f29da9adb50a37cb6aad4e435fc09a5d682cbe6c.tar.gz
fatcat-f29da9adb50a37cb6aad4e435fc09a5d682cbe6c.zip
refs: revert fatcat-pubmed -> pubmed truncation
This was just going to be confusing
Diffstat (limited to 'python')
-rw-r--r--python/fatcat_web/templates/refs_macros.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/python/fatcat_web/templates/refs_macros.html b/python/fatcat_web/templates/refs_macros.html
index 3db47064..8b6a5dc3 100644
--- a/python/fatcat_web/templates/refs_macros.html
+++ b/python/fatcat_web/templates/refs_macros.html
@@ -55,10 +55,7 @@
{% set match_icon = "magic" %}
{% endif %}
<i class="{{ match_icon }} icon" title="{{ row.ref.match_status }} {{ row.ref.match_reason }}"></i><br>
- {% if row.ref.match_provenance and row.ref.match_provenance == "fatcat-pubmed" %}
- {# this is a common case and making the column render wide #}
- via pubmed
- {% elif row.ref.match_provenance %}
+ {% if row.ref.match_provenance %}
via {{ row.ref.match_provenance }}<br>
{% endif %}