debian-mirror-gitlab/app/views/devise/shared/_footer.html.haml

11 lines
513 B
Text
Raw Normal View History

2021-03-08 18:12:59 +05:30
%hr.footer-fixed
2023-03-04 22:38:38 +05:30
.container.footer-container.gl-display-flex.gl-justify-content-space-between
2021-03-08 18:12:59 +05:30
.footer-links
- unless public_visibility_restricted?
= link_to _("Explore"), explore_root_path
= link_to _("Help"), help_path
2021-11-11 11:23:49 +05:30
= link_to _("About GitLab"), "https://#{ApplicationHelper.promo_host}"
2022-08-27 11:52:29 +05:30
= link_to _("Community forum"), ApplicationHelper.community_forum, target: '_blank', class: 'text-nowrap', rel: 'noopener noreferrer'
2023-03-04 22:38:38 +05:30
= render 'devise/shared/language_switcher'
2021-03-08 18:12:59 +05:30
= footer_message