diff --git a/changelogs/unreleased/25534-adding-a-way-to-go-back-on-error-pages.yml b/changelogs/unreleased/25534-adding-a-way-to-go-back-on-error-pages.yml new file mode 100644 index 0000000000000000000000000000000000000000..c6a92547c5cb970afe9e1c14509bc07c48555866 --- /dev/null +++ b/changelogs/unreleased/25534-adding-a-way-to-go-back-on-error-pages.yml @@ -0,0 +1,4 @@ +--- +title: Added go back anchor on error pages. +merge_request: 8087 +author: diff --git a/public/404.html b/public/404.html index 11b29d09a82981401004e1d4da06b65bfc28cbb7..b3b3a0fa3f30f7d03cebe562a3925da3a2b438fc 100644 --- a/public/404.html +++ b/public/404.html @@ -46,6 +46,14 @@ margin: 40px auto; } + a { + line-height: 100px; + font-weight: normal; + color: #4A8BEE; + font-size: 18px; + text-decoration: none; + } + .container { margin: auto 20px; } @@ -63,6 +71,7 @@

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.

+ Go back diff --git a/public/422.html b/public/422.html index 9bd7cb4b7c82f7c4aac87ac639a1670cd30d4982..119e54ad8bd4fc2cc90390748e4d65c95e54244b 100644 --- a/public/422.html +++ b/public/422.html @@ -46,6 +46,14 @@ margin: 40px auto; } + a { + line-height: 100px; + font-weight: normal; + color: #4A8BEE; + font-size: 18px; + text-decoration: none; + } + .container { margin: auto 20px; } @@ -63,6 +71,7 @@

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

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

+ Go back diff --git a/public/500.html b/public/500.html index f92e8839f8d9601e53373a810a5f4281c1ab3598..226ef3c40eaebe2b90b779635a54e50f084d6b70 100644 --- a/public/500.html +++ b/public/500.html @@ -46,6 +46,14 @@ margin: 40px auto; } + a { + line-height: 100px; + font-weight: normal; + color: #4A8BEE; + font-size: 18px; + text-decoration: none; + } + .container { margin: auto 20px; } @@ -63,6 +71,7 @@

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

Please contact your GitLab administrator if this problem persists.

+ Go back diff --git a/public/502.html b/public/502.html index c2be4f130a95d603aa480053a378385e7ec5fc5a..f037b81bace0a3d160721ed30b57e7a0ac3adfd2 100644 --- a/public/502.html +++ b/public/502.html @@ -46,6 +46,14 @@ margin: 40px auto; } + a { + line-height: 100px; + font-weight: normal; + color: #4A8BEE; + font-size: 18px; + text-decoration: none; + } + .container { margin: auto 20px; } @@ -63,6 +71,7 @@

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

Please contact your GitLab administrator if this problem persists.

+ Go back diff --git a/public/503.html b/public/503.html index 8850ffce362bc91f7053aee28d3a0c358a907848..f946a087871782c3fdce154ce0e74d2a71082fdc 100644 --- a/public/503.html +++ b/public/503.html @@ -46,6 +46,14 @@ margin: 40px auto; } + a { + line-height: 100px; + font-weight: normal; + color: #4A8BEE; + font-size: 18px; + text-decoration: none; + } + .container { margin: auto 20px; } @@ -63,6 +71,7 @@

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

Please contact your GitLab administrator if this problem persists.

+ Go back