Show exception in first header to ease JS support
This commit is contained in:
parent
30e1f28ed6
commit
6fdb7e15d8
|
@ -1,7 +1,4 @@
|
|||
<?= $this->tabs->render($this); ?>
|
||||
<div class="alert alert-danger">
|
||||
<p><?= $message ?></p>
|
||||
</div>
|
||||
<h1 class="alert alert-danger"><?= $message ?></h1>
|
||||
<?php if (isset($stackTrace)) : ?>
|
||||
<hr />
|
||||
<pre><?= $stackTrace ?></pre>
|
||||
|
|
Loading…
Reference in New Issue