]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/503.blade.php
Customization: Added parent tag classes
[bookstack] / resources / views / errors / 503.blade.php
index c79d0f68b8d877aade1b659b5904c5e6ea9c58c4..d44c45e6281ec815896ad3686c24bd3817d552f1 100644 (file)
@@ -1,10 +1,12 @@
-@extends('public')
+@extends('layouts.plain')
 
 @section('content')
-
-    <div class="container">
-        <h1 class="text-muted">{{ setting('app-name') }} is down right now</h1>
-        <p>It will be back up soon.</p>
+    <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