Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_footer.html.haml « shared « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10cfc07a719dda360dcd081a6e3c29ac42b47045 (plain)
1
2
3
4
5
6
7
8
9
%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://#{ApplicationHelper.promo_host}"
    = link_to _("Community forum"), ApplicationHelper.community_forum, target: '_blank', class: 'text-nowrap', rel: 'noopener noreferrer'
= footer_message