From 26589e80a10f072b3b414b03f991918705e03402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 23 Jun 2019 13:15:09 +0200 Subject: [PATCH] notifications: update markup for proper spacing (#34243) --- .../apps/notifications/templates/combo/notificationscell.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/combo/apps/notifications/templates/combo/notificationscell.html b/combo/apps/notifications/templates/combo/notificationscell.html index 731a328e..3df3ad84 100644 --- a/combo/apps/notifications/templates/combo/notificationscell.html +++ b/combo/apps/notifications/templates/combo/notificationscell.html @@ -2,7 +2,6 @@ {% block cell-content %}

{% trans "Notifications" %}

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

{% trans 'No notifications.' %}

+
{% endif %} {% endblock %}