diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-02 16:07:10 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-02 16:07:10 -0800 |
commit | eb1c59c6b234938d7ee1cbfe77b8bd6e19ab8515 (patch) | |
tree | bc95c3544d1bcc21c7387652b7ecc34708bcd082 /python/fatcat_web/templates/release_view.html | |
parent | 3583a344b6ee390fba4baf26426e2c8eb0bf63b0 (diff) | |
download | fatcat-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.html | 3 |
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 %} |