summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/release_view.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-02 16:07:10 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-03-02 16:07:10 -0800
commiteb1c59c6b234938d7ee1cbfe77b8bd6e19ab8515 (patch)
treebc95c3544d1bcc21c7387652b7ecc34708bcd082 /python/fatcat_web/templates/release_view.html
parent3583a344b6ee390fba4baf26426e2c8eb0bf63b0 (diff)
downloadfatcat-eb1c59c6b234938d7ee1cbfe77b8bd6e19ab8515.tar.gz
fatcat-eb1c59c6b234938d7ee1cbfe77b8bd6e19ab8515.zip
macro-ify more entity view; fix release lists
Diffstat (limited to 'python/fatcat_web/templates/release_view.html')
-rw-r--r--python/fatcat_web/templates/release_view.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html
index 5b4236cf..ca09f1b9 100644
--- a/python/fatcat_web/templates/release_view.html
+++ b/python/fatcat_web/templates/release_view.html
@@ -269,8 +269,7 @@ This release citing other releases.
{% endif %}
{% if container.es.in_kbart == True %}
<i class="icon check green"></i> In <a href="https://thekeepers.org/purl/issn/{{ container.issnl }}">Keepers Registery</a><br>
- {% elif container.es.in_kbart == False %}
- <i class="icon times grey"></i> Not in <a href="https://thekeepers.org/journals?query={{ container.issnl }}">Keepers Registry</a><br>
+ {% elif container.es.in_kbart == False %} <i class="icon times grey"></i> Not in <a href="https://thekeepers.org/journals?query={{ container.issnl }}">Keepers Registry</a><br>
{% endif %}
{% endif %}
{% if container.issnl != None %}