Commit 248b1283 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add bottom links for sign-in page so I can get to Public area

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 8c15fd00
...@@ -337,3 +337,7 @@ table { ...@@ -337,3 +337,7 @@ table {
.wiki .highlight, .note-body .highlight { .wiki .highlight, .note-body .highlight {
margin-bottom: 9px; margin-bottom: 9px;
} }
.footer-links a {
margin-right: 15px;
}
...@@ -18,3 +18,9 @@ ...@@ -18,3 +18,9 @@
= brand_text = brand_text
.col-md-5 .col-md-5
= yield = 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/"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment