9 lines
267 B
Text
9 lines
267 B
Text
|
%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
|