]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/503.blade.php
Add footer element, styles, and associated settings
[bookstack] / resources / views / errors / 503.blade.php
index c79d0f68b8d877aade1b659b5904c5e6ea9c58c4..29364606b97d24f58cc977d7adc012fd6bb3a788 100644 (file)
@@ -1,10 +1,12 @@
-@extends('public')
+@extends('simple-layout')
 
 @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 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>
 
 @stop
\ No newline at end of file