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

login.html.haml « clusters « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3c68d4dbabcc25cbe11b5e2ee0da14bf1680e165 (plain)
1
2
3
4
5
6
7
8
9
10
11
.row.prepend-top-default
  = render 'sidebar'
  = render 'header'
.row
  .col-sm-8.col-sm-offset-4
    - if @authorize_url
      %a{ href: @authorize_url }
        = image_tag('auth_buttons/signin_with_google.png')
    - else
      - link = link_to(s_('ClusterIntegration|properly configured'), help_page_path("integration/google"), target: '_blank', rel: 'noopener noreferrer')
      = s_('Google authentication is not %{link_to_documentation}. Ask your GitLab administrator if you want to use this service.').html_safe % { link_to_documentation: link }