]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/404.blade.php
Page Attachments - Improved UI, Now initially complete
[bookstack] / resources / views / errors / 404.blade.php
index 8f66e2d0152047e6bc7ad68c99fc16f12ecdddd3..19565bccbe534d13c469ecf63a8a7699211d681c 100644 (file)
@@ -1,9 +1,12 @@
-@extends('public')
+@extends('base')
 
 @section('content')
 
 
-    <h1>Page Not Found</h1>
-    <p>The page you were looking for could not be found.</p>
+<div class="container">
+    <h1 class="text-muted">{{ $message or 'Page Not Found' }}</h1>
+    <p>Sorry, The page you were looking for could not be found.</p>
+    <a href="{{ baseUrl('/') }}" class="button">Return To Home</a>
+</div>
 
 @stop
\ No newline at end of file