diff options
author | Malf Furious <m@lfurio.us> | 2016-02-20 12:23:00 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-02-20 12:23:00 -0500 |
commit | 032881ad889f7500cd3c4e60fcd23b2e1310d5c6 (patch) | |
tree | 96a5fd85c0d3411a168a3eabd1ecd5a70f5818f8 | |
parent | 6ab4290083da1762be7dbcad3c6f3c7a754ccef0 (diff) | |
download | scrott-032881ad889f7500cd3c4e60fcd23b2e1310d5c6.tar.gz scrott-032881ad889f7500cd3c4e60fcd23b2e1310d5c6.zip |
Finish initial exception reporting page
-rw-r--r-- | app/view/except/default.view.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/view/except/default.view.php b/app/view/except/default.view.php index 2aa7a73..7a687e5 100644 --- a/app/view/except/default.view.php +++ b/app/view/except/default.view.php @@ -15,7 +15,12 @@ <div class="container"> <div class="jumbotron"> - <h1 class="text-center">Something happened</h1> + <h1 class="text-center">Scrott derped</h1> + <h5 class="text-center">System internals reported this:</h5> + + <div class="well well-sm text-center text-danger"> + <h3><?=$mod->message?></h3> + </div> </div> </div> |