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/default.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/default.html')
-rw-r--r--layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/default.html b/layouts/default.html
index 20c90920..e76d14b5 100644
--- a/layouts/default.html
+++ b/layouts/default.html
@@ -66,6 +66,7 @@
<%= yield %>
</div>
<%= render '/feedback.*' %>
+ <%= render '/footer-new.*' %>
</div>
<div class="clear"></div>
</div>
@@ -81,7 +82,6 @@
<%# Add analytics only in production %>
<%= render '/analytics.*' %>
<% end %>
- <%= render '/footer.*' %>
<script src="<%= @items['/assets/javascripts/docs.*'].path %>"></script>
<script src="<%= @items['/assets/javascripts/global-nav.*'].path %>"></script>
<script src="<%= @items['/assets/javascripts/tables.*'].path %>"></script>