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>2018-03-23 19:24:43 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-03-23 20:35:59 +0300
commit1e4d6798da270f70290e4a0e1f650a8adbfa87da (patch)
treebd8a82465805abf6576d99ba4c86de3e88e8990f /layouts/home.html
parenta2d404c6a87178830ef41e5908f4f8e8a53ce8a1 (diff)
Make edit links work with the docs site as well
Diffstat (limited to 'layouts/home.html')
-rw-r--r--layouts/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/home.html b/layouts/home.html
index 6d1f1472..9f54923e 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -12,7 +12,7 @@
</div>
<%= yield %>
- <%= render '/footer_homepage.*' %>
+ <%= render '/footer.*' %>
<%= render '/docsearch.*' %>
<%= render '/analytics.*' %>
<%= render '/https_redirect.*' %>