From dfd35288fa64c9daec12f28d1dab0f79f6f868f6 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Fri, 5 Jun 2020 15:43:15 +0200 Subject: [PATCH] use .links-list class to notifications-cell list (#43698) --- combo/apps/notifications/templates/combo/notificationscell.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/combo/apps/notifications/templates/combo/notificationscell.html b/combo/apps/notifications/templates/combo/notificationscell.html index 549046e9..c841ea1d 100644 --- a/combo/apps/notifications/templates/combo/notificationscell.html +++ b/combo/apps/notifications/templates/combo/notificationscell.html @@ -2,6 +2,7 @@ {% block cell-content %}

{% trans "Notifications" %}

{% if notifications %} + {% else %}

{% trans 'No notifications.' %}