From 4c76c36690f384e3b51530ed29ad9a53c9510abe Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Oct 2018 14:28:03 -0700 Subject: direct link to release (not DOI lookup) cherry-picked from preview branch. Should probably be a feature flag or environment dependent. --- python/fatcat_web/templates/release_search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fatcat_web/templates/release_search.html b/python/fatcat_web/templates/release_search.html index c6a6df60..108d4f87 100644 --- a/python/fatcat_web/templates/release_search.html +++ b/python/fatcat_web/templates/release_search.html @@ -22,7 +22,7 @@ Showing top {{ found.count_returned }} out of {{ found.count_found }} results for: {{ found.query.q }} {% for paper in found.results %}
-

{{ paper['title'] }} +

{{ paper['title'] }} {% if paper.file_pdf_url %}   fulltext {% endif %} -- cgit v1.2.3