From 7282e428912e369dc853491aca01fabb2e9cd424 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 7 Jul 2019 22:16:32 -0600 Subject: [PATCH] Update error pages --- resources/views/errors/404.blade.php | 10 +++------- resources/views/errors/500.blade.php | 11 +++-------- resources/views/errors/503.blade.php | 11 +++-------- 3 files changed, 9 insertions(+), 23 deletions(-) diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index 01a24eb2c..68094ba2e 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -2,13 +2,9 @@ @section('content')
-
-
-
-

Page Not Found

- -
-
+
+

Sorry, this page isn't available.

+

The link you followed may be broken, or the page may have been removed. Go back to Pixelfed.

@endsection diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php index b163d53c9..ee7436b7d 100644 --- a/resources/views/errors/500.blade.php +++ b/resources/views/errors/500.blade.php @@ -2,14 +2,9 @@ @section('content')
-
-
-
-

Whoops! Something went wrong.

-

If you keep seeing this message, please contact an admin.

- -
-
+
+

Something went wrong

+

We cannot process your request at this time, please try again later. Go back to Pixelfed.

@endsection diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index c141503df..5f2c20583 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -2,14 +2,9 @@ @section('content')
-
-
-
-

Service Unavailable

-

Our services are in maintenance mode, please try again later.

- -
-
+
+

Service Unavailable

+

Our service is in maintenance mode, please try again later. Go back to Pixelfed.

@endsection