ErrorController: Respect $this->compact

refs 
This commit is contained in:
Johannes Meyer 2015-10-01 17:56:39 +02:00
parent a360235f81
commit 786db6666e
1 changed files with 1 additions and 1 deletions
application/views/scripts/error

View File

@ -1,4 +1,4 @@
<?php if (! $hideControls): ?>
<?php if (! $this->compact && !$hideControls): ?>
<div class="controls">
<?= $tabs->showOnlyCloseButton(); ?>
</div>