summaryrefslogtreecommitdiff
path: root/app/views/devise/shared/_footer.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/shared/_footer.html.haml')
-rw-r--r--app/views/devise/shared/_footer.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/devise/shared/_footer.html.haml b/app/views/devise/shared/_footer.html.haml
new file mode 100644
index 00000000000..ca1adb48543
--- /dev/null
+++ b/app/views/devise/shared/_footer.html.haml
@@ -0,0 +1,8 @@
+%hr.footer-fixed
+.container.footer-container
+ .footer-links
+ - unless public_visibility_restricted?
+ = link_to _("Explore"), explore_root_path
+ = link_to _("Help"), help_path
+ = link_to _("About GitLab"), "https://about.gitlab.com/"
+= footer_message