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 04:24:28 +0300
committerEvan Read <eread@gitlab.com>2020-05-29 04:24:28 +0300
commit1ef7838118360c0ddecce419ac1718661b247e68 (patch)
treeb714d29f8029112219b07086d5727ea492e2ddb2 /layouts/redirect.html
parent38cbfc7c7b559b3b39c546aaf488f18e551ffd1a (diff)
Add new footer to rest of the site
Here we add the new dooter design to the rest of the docs site.
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 3c341596..c7468b1d 100644
--- a/layouts/redirect.html
+++ b/layouts/redirect.html
@@ -26,7 +26,7 @@
<script>location='<%= @item[:redirect_to] %>'</script>
</div>
</div>
- <%= render '/footer.*' %>
+ <%= render '/footer-new.*' %>
<%= render '/docsearch.*' %>
</body>
</html>