]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/503.blade.php
ZIP Imports: Added API examples, finished testing
[bookstack] / resources / views / errors / 503.blade.php
index f58856ced4d0f052129acfc8e2245574cb5d6557..d44c45e6281ec815896ad3686c24bd3817d552f1 100644 (file)
@@ -1,14 +1,12 @@
-@extends('public')
+@extends('layouts.plain')
 
 @section('content')
-
-    <div class="container small">
-        <div class="card">
-            <div class="body">
-                <h4 class="text-muted">@icon('danger') {{ trans('errors.app_down', ['appName' => setting('app-name')]) }}</h4>
+    <div id="content" class="block">
+        <div class="container small mt-xl">
+            <div class="card content-wrap auto-height">
+                <h1 class="list-heading">{{ trans('errors.app_down', ['appName' => setting('app-name')]) }}</h1>
                 <p>{{ trans('errors.back_soon') }}</p>
             </div>
         </div>
     </div>
-
-@stop
\ No newline at end of file
+@endsection
\ No newline at end of file