From 248b12833c775f39c5b99cd9a6eeb38ec5e54d53 Mon Sep 17 00:00:00 2001
From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Date: Fri, 11 Jul 2014 17:37:20 +0300
Subject: [PATCH] Add bottom links for sign-in page so I can get to Public area

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
---
 app/assets/stylesheets/generic/common.scss | 4 ++++
 app/views/layouts/devise.html.haml         | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/app/assets/stylesheets/generic/common.scss b/app/assets/stylesheets/generic/common.scss
index b9942b5cb5d..991561cd503 100644
--- a/app/assets/stylesheets/generic/common.scss
+++ b/app/assets/stylesheets/generic/common.scss
@@ -337,3 +337,7 @@ table {
 .wiki .highlight, .note-body .highlight {
   margin-bottom: 9px;
 }
+
+.footer-links a {
+  margin-right: 15px;
+}
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/"
-- 
GitLab