diff --git a/CHANGELOG b/CHANGELOG index ab1e96919a68e8fe938291ab5d6f843e63c13279..3e1f7f80f932a62a7cc29f67de7bfd020bc6e152 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,6 +19,7 @@ v 8.11.0 (unreleased) - Add the `sprockets-es6` gem - Multiple trigger variables show in separate lines (Katarzyna Kobierska Ula Budziszewska) - Profile requests when a header is passed + - Make error pages responsive (Takuya Noguchi) v 8.10.3 (unreleased) diff --git a/public/404.html b/public/404.html index 4862770cc2a7d55621fded6960c4c32e92040f0a..92b7f4da0b9b577e722f093589b2b033e66b66d7 100644 --- a/public/404.html +++ b/public/404.html @@ -1,55 +1,65 @@ + The page you're looking for could not be found (404)

-
+ GitLab Logo
404

-

The page you're looking for could not be found.

-
-

Make sure the address is correct and that the page hasn't moved.

-

Please contact your GitLab administrator if you think this is a mistake.

+
+

The page you're looking for could not be found.

+
+

Make sure the address is correct and that the page hasn't moved.

+

Please contact your GitLab administrator if you think this is a mistake.

+
diff --git a/public/422.html b/public/422.html index 055b0bde165159e82a4aefc50872b710ae6025bb..f625f8a33b7558d12f8c41430db97646a60808a7 100644 --- a/public/422.html +++ b/public/422.html @@ -1,55 +1,65 @@ + The change you requested was rejected (422) + .container { + margin: auto 20px; + } +

-
+ GitLab Logo
422

-

The change you requested was rejected.

-
-

Make sure you have access to the thing you tried to change.

-

Please contact your GitLab administrator if you think this is a mistake.

+
+

The change you requested was rejected.

+
+

Make sure you have access to the thing you tried to change.

+

Please contact your GitLab administrator if you think this is a mistake.

+
diff --git a/public/500.html b/public/500.html index 3d59d1392f5ee7b0be736c595971a9ddb7d3cc1a..d76c66ba92a1aadc0a417d1bda7ac922a8011e71 100644 --- a/public/500.html +++ b/public/500.html @@ -1,54 +1,65 @@ + Something went wrong (500) +

-
+ GitLab Logo
500

-

Whoops, something went wrong on our end.

-
-

Try refreshing the page, or going back and attempting the action again.

-

Please contact your GitLab administrator if this problem persists.

+
+

Whoops, something went wrong on our end.

+
+

Try refreshing the page, or going back and attempting the action again.

+

Please contact your GitLab administrator if this problem persists.

+
diff --git a/public/502.html b/public/502.html index 67dfd8a27438c6846b7b932f4bbdf50dc7ab3d47..1a3c7efc7696256e850b77ac87dd27b2a8cbb15f 100644 --- a/public/502.html +++ b/public/502.html @@ -1,14 +1,13 @@ + GitLab is not responding (502) +

-
+ GitLab Logo
502

-

Whoops, GitLab is taking too much time to respond.

-
-

Try refreshing the page, or going back and attempting the action again.

-

Please contact your GitLab administrator if this problem persists.

+
+

Whoops, GitLab is taking too much time to respond.

+
+

Try refreshing the page, or going back and attempting the action again.

+

Please contact your GitLab administrator if this problem persists.

+
diff --git a/public/503.html b/public/503.html index 6ab1185658df2be4e55608ef700b11cc2b593d6c..c1c4e3ffdb8e85e299a9e7699adc1f40004ac7c7 100644 --- a/public/503.html +++ b/public/503.html @@ -1,14 +1,13 @@ + GitLab is not responding (503) +

- GitLab Logo
+ GitLab Logo
503

-

Whoops, GitLab is currently unavailable.

-
-

Try refreshing the page, or going back and attempting the action again.

-

Please contact your GitLab administrator if this problem persists.

+
+

Whoops, GitLab is currently unavailable.

+
+

Try refreshing the page, or going back and attempting the action again.

+

Please contact your GitLab administrator if this problem persists.

+
diff --git a/public/deploy.html b/public/deploy.html index 48976dacf41f89a8f1f90c99fb5220c68b70b5bb..142472b6c35f716812f294376126939c614f26ab 100644 --- a/public/deploy.html +++ b/public/deploy.html @@ -1,54 +1,64 @@ - - Deploy in progress - - + hr { + max-width: 800px; + margin: 18px auto; + border: 0; + border-top: 1px solid #EEE; + border-bottom: 1px solid white; + } - -

-
- Deploy in progress -

+ img { + max-width: 40vw; + } + + .container { + margin: auto 20px; + } + + + + +

+ GitLab Logo
+ Deploy in progress +

+

Please try again in a few minutes.

-
+

Please contact your GitLab administrator if this problem persists.

- +
+