From a0e8bce632e8ff125205fe3075321da4765664d0 Mon Sep 17 00:00:00 2001 From: Jason Funk Date: Tue, 7 Aug 2018 15:35:34 +0000 Subject: [PATCH] Add a link to the homepage to the GitLab logo. --- changelogs/unreleased/add-homepage-link-to-status-pages.yml | 5 +++++ public/404.html | 4 +++- public/422.html | 4 +++- public/500.html | 4 +++- public/502.html | 4 +++- public/503.html | 4 +++- 6 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 changelogs/unreleased/add-homepage-link-to-status-pages.yml diff --git a/changelogs/unreleased/add-homepage-link-to-status-pages.yml b/changelogs/unreleased/add-homepage-link-to-status-pages.yml new file mode 100644 index 00000000000..0e7375f2061 --- /dev/null +++ b/changelogs/unreleased/add-homepage-link-to-status-pages.yml @@ -0,0 +1,5 @@ +--- +title: Add link to homepage on static http status pages (404, 500, etc) +merge_request: 20898 +author: Jason Funk +type: added diff --git a/public/404.html b/public/404.html index 08f328da542..68b4ab0bb34 100644 --- a/public/404.html +++ b/public/404.html @@ -66,8 +66,10 @@ - + GitLab Logo +

404

diff --git a/public/422.html b/public/422.html index a67dcd02200..a931e923efb 100644 --- a/public/422.html +++ b/public/422.html @@ -66,8 +66,10 @@ - + GitLab Logo +

422

diff --git a/public/500.html b/public/500.html index 7091d14dfc4..df7b22dc9ef 100644 --- a/public/500.html +++ b/public/500.html @@ -66,8 +66,10 @@ - + GitLab Logo +

500

diff --git a/public/502.html b/public/502.html index 82afd273248..77835767fa6 100644 --- a/public/502.html +++ b/public/502.html @@ -66,8 +66,10 @@ - + GitLab Logo +

502

diff --git a/public/503.html b/public/503.html index f1486bc3e84..ee2da9b1313 100644 --- a/public/503.html +++ b/public/503.html @@ -66,8 +66,10 @@ - + GitLab Logo +

503