Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-12-15 16:25:19 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2017-12-15 16:25:19 +0300
commit085252aa150afc37f6757a1419250bb430fa54e1 (patch)
treec6deecea79445f9957eda679dab567f8ca5ac4f0 /layouts/404.html
parent1444e0557e028b16303bd7fc2dfb24837a50d8b6 (diff)
Redirect to HTTPS with some JS mojo
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html
index d2ff5060..a53fb818 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -10,4 +10,5 @@
<%= render '/footer.*' %>
<%= render '/analytics.*' %>
+ <%= render '/https_redirect.*' %>
</html>