# HG changeset patch # User Søren Løvborg # Date 2017-02-28 15:24:55 # Node ID 95eb0af774076ef319df2d8c3cdbf22873b61ecf # Parent a083ed3a50324b6499c7463fefe4c4236e63a8be notifications: add tooltips to "mark as read" and "delete" buttons diff --git a/kallithea/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html --- a/kallithea/templates/admin/notifications/notifications_data.html +++ b/kallithea/templates/admin/notifications/notifications_data.html @@ -12,11 +12,11 @@ unread = lambda n:{False:'unread'}.get(n ${notification.notification.description} - + %if not notification.read: - + %endif