From 8260b4bc2adddc7720814c646965c97a8e8a7dba Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 24 Aug 2019 13:21:52 +0200 Subject: Read Full Text not Download On release views. Also don't blue-link webcapture URLs (but still a hyperlink). --- python/fatcat_web/templates/release_view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index 52f32fdc..526793e3 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -222,7 +222,7 @@ {% for webcapture in entity.webcaptures %} -
{{ webcapture.original_url }} +
{{ webcapture.original_url }}
{{ webcapture.timestamp.strftime("%Y-%m-%d %H:%M:%S") }} | {{ webcapture.cdx|count }} resources
webcapture:{{ webcapture.ident }}
@@ -243,7 +243,7 @@
{% if entity.state == 'active' and entity.files != [] and entity.files[0].urls != [] %} -Download Full Text +Read Full Text {% elif entity.state == 'active' and entity.webcaptures != [] and entity.webcaptures[0].archive_urls != [] and entity.webcaptures[0].archive_urls[0].rel == "wayback" %} View Web Archive {% elif entity.state == 'active' %} -- cgit v1.2.3