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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 4080ef745f8..43ee4bbbb4b 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -18,3 +18,9 @@
= brand_text
.col-md-5
= yield
+ %hr
+ .container
+ .footer-links
+ = link_to "Explore public projects", public_projects_path
+ = link_to "Documentation", "http://doc.gitlab.com/"
+ = link_to "About GitLab", "https://about.gitlab.com/"