From ac4dc819ef4cd2daa6ebd525f7400774d5589a45 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Oct 2018 14:28:03 -0700 Subject: preview: direct link to release (not DOI lookup) --- python/fatcat/templates/release_search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/fatcat/templates/release_search.html b/python/fatcat/templates/release_search.html index c57ad149..34a96064 100644 --- a/python/fatcat/templates/release_search.html +++ b/python/fatcat/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