From 6b44f0f618a8f4ac0d37232ce38eb9bea62cfba0 Mon Sep 17 00:00:00 2001 From: Maximilien Gilet Date: Thu, 6 Sep 2018 13:36:37 +0200 Subject: [PATCH] Fix bug in notifications.html.twig template (mark all as seen) --- Resources/views/notifications.html.twig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Resources/views/notifications.html.twig b/Resources/views/notifications.html.twig index 7a1c733..45abfea 100755 --- a/Resources/views/notifications.html.twig +++ b/Resources/views/notifications.html.twig @@ -1,8 +1,9 @@ Notifications : -
- -
+{% if notificationList|length > 0 %} +
+ +
+{% endif %}