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:
parent
7b74f55a28
commit
3f067234fc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue