From 134798ea6e5bc41b664e4180871d47059e450ce8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Apr 2011 20:00:18 +0200 Subject: [PATCH] Store last-updated time in notifications. --- src/main/resources/templates/include/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index fe9cf34..ef3b34b 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -19,7 +19,7 @@ <%foreach webInterface.notifications.all notification> -
+
<%if notification.dismissable>
-- 2.7.4