diff options
author | Martin Czygan <martin@archive.org> | 2020-10-14 18:56:30 +0000 |
---|---|---|
committer | Martin Czygan <martin@archive.org> | 2020-10-14 18:56:30 +0000 |
commit | 27ed76790da722f078e51c46b1751df089968e4c (patch) | |
tree | 8b0759ae15b9bd8d6b31085147cac3593df6f323 /python/fatcat_web/templates/release_view.html | |
parent | dc7de8b93810cac6c2494f89ccbc49f32c90d6c0 (diff) | |
parent | bde55dc5c7dfd1cb8c2863127c4bc3675a22ddfa (diff) | |
download | fatcat-27ed76790da722f078e51c46b1751df089968e4c.tar.gz fatcat-27ed76790da722f078e51c46b1751df089968e4c.zip |
Merge branch 'bnewbold-web-tweaks-20201013' into 'master'
web coverage tweaks 20201013
See merge request webgroup/fatcat!86
Diffstat (limited to 'python/fatcat_web/templates/release_view.html')
-rw-r--r-- | python/fatcat_web/templates/release_view.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index 54ead411..7836ef77 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -354,10 +354,6 @@ accessible version. <b>Container Metadata</b><br> {% if release.container._es.is_oa == True %} <i class="icon unlock orange"></i>Open Access Publication<br> -{% elif release.container._es.is_oa == False %} -<i class="icon lock black"></i>Not Open Access<br> -{% else %} -<i class="icon question grey"></i>Unknown OA Status<br> {% endif %} {% if (release.container._es != None) %} {% if release.container._es.in_doaj == True %} |