From 0b004efffab6775223c7921b099bd50b6e060f3b Mon Sep 17 00:00:00 2001 From: r Date: Thu, 27 Jan 2022 11:50:54 +0000 Subject: Add refresh button on timeline page --- templates/notification.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/notification.tmpl') diff --git a/templates/notification.tmpl b/templates/notification.tmpl index 8ed4dd6..a7f88a7 100644 --- a/templates/notification.tmpl +++ b/templates/notification.tmpl @@ -1,13 +1,13 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -
+
Notifications {{if and (not $.Ctx.AntiDopamineMode) (gt .UnreadCount 0)}} ({{.UnreadCount }}) {{end}} - refresh + refresh {{if .ReadID}}
-- cgit v1.2.3