From a5eead58522fc221fb66bbb3ed3516e1dd46dacc Mon Sep 17 00:00:00 2001 From: joshua stein Date: Tue, 3 Jul 2012 13:35:22 -0500 Subject: [PATCH] simpler error pages --- public/404.html | 21 ++------------------- public/422.html | 23 ++++------------------- public/500.html | 21 ++++----------------- 3 files changed, 10 insertions(+), 55 deletions(-) diff --git a/public/404.html b/public/404.html index 9a48320..2d8f8a7 100644 --- a/public/404.html +++ b/public/404.html @@ -1,26 +1,9 @@ - The page you were looking for doesn't exist (404) - + 404 - - -
-

The page you were looking for doesn't exist.

-

You may have mistyped the address or the page may have moved.

-
+

gone fishin'

diff --git a/public/422.html b/public/422.html index 83660ab..dfdb4fd 100644 --- a/public/422.html +++ b/public/422.html @@ -1,26 +1,11 @@ - The change you wanted was rejected (422) - + 422 - - -
-

The change you wanted was rejected.

-

Maybe you tried to change something you didn't have access to.

-
+

rejected

+

+ it's not me, it's you diff --git a/public/500.html b/public/500.html index f3648a0..455d980 100644 --- a/public/500.html +++ b/public/500.html @@ -1,25 +1,12 @@ - We're sorry, but something went wrong (500) - + :( - -

-

We're sorry, but something went wrong.

-
+

:(

+

+ something broke. we're on it.