Show exception in first header to ease JS support

This commit is contained in:
Thomas Gelf 2014-02-18 17:40:58 +00:00
parent 30e1f28ed6
commit 6fdb7e15d8
1 changed files with 1 additions and 4 deletions

View File

@ -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>