diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-07-27 18:48:14 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-07-27 18:48:14 -0700 |
commit | fa2ba60834cf3cb3edea05af3c1830e6fc0d5bcc (patch) | |
tree | 2ae1f69f218c2caf05bce736edc3c3b29665ce27 /python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html | |
parent | db88516724e3e0afc4f1c88356c0ee7f39fbb38c (diff) | |
download | fatcat-fa2ba60834cf3cb3edea05af3c1830e6fc0d5bcc.tar.gz fatcat-fa2ba60834cf3cb3edea05af3c1830e6fc0d5bcc.zip |
refs: several small improvements to web UI
Diffstat (limited to 'python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html')
-rw-r--r-- | python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html b/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html index 161a7b50..21bf76f2 100644 --- a/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html +++ b/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html @@ -19,11 +19,7 @@ <i>Refernces from this book to other entities.</i> {% endif %} -{% if hits.result_refs %} - {{ refs_macros.refs_table(hits, direction) }} -{% else %} - <br><br><p><b>None found</b> -{% endif %} +{{ refs_macros.refs_table(hits, direction) }} {% endblock %} |