Template: app/notifications: alert outside the page-header-div
On the other pages the alert is also outside the div
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<h2><?= t('My notifications') ?></h2>
|
||||
|
||||
<?php if (empty($notifications)): ?>
|
||||
<p class="alert"><?= t('No new notifications.') ?></p>
|
||||
</div>
|
||||
<p class="alert"><?= t('No new notifications.') ?></p>
|
||||
<?php else: ?>
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user