diff --git a/app/assets/html/422.html.erb b/app/assets/html/422.html.erb new file mode 100644 index 00000000..dbd33869 --- /dev/null +++ b/app/assets/html/422.html.erb @@ -0,0 +1,105 @@ + + + + + RubyBench - Long Running Ruby Benchmark + + + + <%= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Montserrat:400,700' %> + <%= stylesheet_link_tag 'application', media: 'all' %> + + + + + + +
+
+
+
+

422

+
+

The change you wanted was rejected.

+

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

+
+
+
+
+ + + + diff --git a/app/assets/html/500.html.erb b/app/assets/html/500.html.erb new file mode 100644 index 00000000..d3954f86 --- /dev/null +++ b/app/assets/html/500.html.erb @@ -0,0 +1,102 @@ + + + + + RubyBench - Long Running Ruby Benchmark + + + + <%= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Montserrat:400,700' %> + <%= stylesheet_link_tag 'application', media: 'all' %> + + + + + + +
+
+
+
+

500

+
+

We're sorry, but something went wrong.

+
+
+
+
+ + \ No newline at end of file diff --git a/public/422.html b/public/422.html deleted file mode 100644 index a21f82b3..00000000 --- a/public/422.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - The change you wanted was rejected (422) - - - - - - -
-
-

The change you wanted was rejected.

-

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

-
-

If you are the application owner check the logs for more information.

-
- - diff --git a/public/500.html b/public/500.html deleted file mode 100644 index 061abc58..00000000 --- a/public/500.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - We're sorry, but something went wrong (500) - - - - - - -
-
-

We're sorry, but something went wrong.

-
-

If you are the application owner check the logs for more information.

-
- -