Store last-updated time in notifications.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Apr 2011 18:00:18 +0000 (20:00 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Apr 2011 18:00:18 +0000 (20:00 +0200)
src/main/resources/templates/include/head.html

index fe9cf34..ef3b34b 100644 (file)
@@ -19,7 +19,7 @@
                        </form>
 
                        <%foreach webInterface.notifications.all notification>
-                               <div class="notification" id="<% notification.id|html>">
+                               <div class="notification" id="<% notification.id|html>" lastUpdatedTime="<%notification.lastUpdatedTime|html>">
                                        <%if notification.dismissable>
                                                <form class="dismiss" action="dismissNotification.html" method="post">
                                                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />