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>
|
<h2><?= t('My notifications') ?></h2>
|
||||||
|
|
||||||
<?php if (empty($notifications)): ?>
|
<?php if (empty($notifications)): ?>
|
||||||
<p class="alert"><?= t('No new notifications.') ?></p>
|
|
||||||
</div>
|
</div>
|
||||||
|
<p class="alert"><?= t('No new notifications.') ?></p>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user