summaryrefslogtreecommitdiff
path: root/app/views/devise/shared/_footer.html.haml
blob: 0744faa148c380d2113648d4594185ec1f17fbe3 (plain)
1
2
3
4
5
6
7
8
9
10
%hr.footer-fixed
.container.footer-container.gl-display-flex.gl-justify-content-space-between
  .footer-links
    - unless public_visibility_restricted?
      = link_to _("Explore"), explore_root_path
      = link_to _("Help"), help_path
    = link_to _("About GitLab"), "https://#{ApplicationHelper.promo_host}"
    = link_to _("Community forum"), ApplicationHelper.community_forum, target: '_blank', class: 'text-nowrap', rel: 'noopener noreferrer'
  = render 'devise/shared/language_switcher'
= footer_message