From cb1fe50a888146384ff85d269a94d35f172661dc Mon Sep 17 00:00:00 2001 From: ntmmfts Date: Tue, 28 Dec 2021 03:32:46 -1000 Subject: [PATCH] ui-improvement changes and fixes 12/28 --- changedetectionio/templates/watch-overview.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changedetectionio/templates/watch-overview.html b/changedetectionio/templates/watch-overview.html index 95ae2bc5..5cfd3dbe 100644 --- a/changedetectionio/templates/watch-overview.html +++ b/changedetectionio/templates/watch-overview.html @@ -86,16 +86,16 @@ {{ watch.tag}} {% endif %} - {{ watch.title if watch.title else watch.url }} + {{ watch.title if watch.title else watch.url }} {{watch|format_last_checked_time}} - {{ watch.last_checked }} + {{ watch.last_checked }} {% if watch.history|length >= 2 and watch.last_changed %} {{watch.last_changed|format_timestamp_timeago}} {% else %} Not yet {% endif %} - {{ watch.last_changed }} + {{ watch.last_changed }} Recheck