Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions app/templates/Standard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,8 @@
<?php endif; ?>
</div>

<?php if(!$hasSubnav): ?>
<?php /* Flash Messages are placed below the main title when there's no subnavigation. */ ?>
<?= $this->element('flash', $flashArgs); ?>
<?php endif; ?>
<?php /* Alerts and Flash Messages are placed below the title and subtitle. */ ?>
<?= $this->element('flash', $flashArgs); ?>

<?php if(!empty($bulkActions)): ?>
<!-- Bulk actions block -->
Expand Down