use .links-list class to notifications-cell list (#43698)

This commit is contained in:
Thomas Jund 2020-06-05 15:43:15 +02:00
parent c6b0ebb5a1
commit dfd35288fa
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{% block cell-content %}
<h2>{% trans "Notifications" %}</h2>
{% if notifications %}
<div class="links-list">
<ul>
{% for notification in notifications %}
<li class="combo-notification {% if notification.acked %}combo-notification-acked{% endif %}"
@ -15,6 +16,7 @@
</li>
{% endfor %}
</ul>
</div>
{% else %}
<div>
<p>{% trans 'No notifications.' %}</p>