summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 17:37:20 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 17:37:20 +0300
commit248b12833c775f39c5b99cd9a6eeb38ec5e54d53 (patch)
tree6f5ce2736f1e18e51d27d83c3ccd881a599d9835 /app/views/layouts/devise.html.haml
parent8c15fd0014047b2bad478af412d3d8eb54845080 (diff)
downloadgitlab-ce-248b12833c775f39c5b99cd9a6eeb38ec5e54d53.tar.gz
Add bottom links for sign-in page so I can get to Public area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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/"