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:
authorDavid O'Regan <doregan@gitlab.com>2020-05-29 14:24:10 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-05-29 14:24:10 +0300
commit80e89e0d60c3bbcbf603b74a5dc7d3ac9bf1231a (patch)
tree8446c992741d4a8ea7c4a31addf9b0851cd2107b /layouts/redirect.html
parentc5a18c222452ff5d54e54a28b907cfe0f436e6c9 (diff)
Remove old footer version
Diffstat (limited to 'layouts/redirect.html')
-rw-r--r--layouts/redirect.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/redirect.html b/layouts/redirect.html
index c7468b1d..c81271dd 100644
--- a/layouts/redirect.html
+++ b/layouts/redirect.html
@@ -24,9 +24,9 @@
<h2>Redirecting...</h2>
<a href="<%= @item[:redirect_to] %>">Click here if you are not redirected.</a>
<script>location='<%= @item[:redirect_to] %>'</script>
+ <%= render '/footer.*' %>
</div>
</div>
- <%= render '/footer-new.*' %>
<%= render '/docsearch.*' %>
</body>
</html>