template: add .cell--body class to notification-cell (#53501)

This commit is contained in:
Thomas Jund 2021-04-28 14:27:10 +02:00
parent d9e1b61ecb
commit b5463fb46a
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
</ul>
</div>
{% else %}
<div>
<div class="cell--body">
<p>{% trans 'No notifications.' %}</p>
</div>
{% endif %}
{% if push_notifications_enabled %}
<div class="notification-buttons">
<div class="cell--body notification-buttons">
<div class="notification-push-on" style="display: none"><a href="#" class="pk-button">Activer les notifications</a></div>
<div class="notification-push-off" style="display: none"><a href="#" class="pk-button">Désactiver les notifications</a></div>
</div>