From d3e7e2938f9c7f6e5da770ff9b74ff0fbbf3b6b7 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 24 Sep 2020 19:59:22 +1200 Subject: [PATCH] Put oldest refresh time in summary --- pug/subscriptions.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pug/subscriptions.pug b/pug/subscriptions.pug index 58fcc82..a033d32 100644 --- a/pug/subscriptions.pug +++ b/pug/subscriptions.pug @@ -20,7 +20,7 @@ block content if refreshed section details.channels-details - summary Last refreshed + summary Last refreshed #{timeToPastText(refreshed.min)} div Oldest channel was refreshed #{timeToPastText(refreshed.min)} div Newest channel was refreshed #{timeToPastText(refreshed.max)} - const notLoaded = channels.length - refreshed.count