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

_omniauth_box.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: de18bc2d844123a11a52d967c5d1065b85754c26 (plain)
1
2
3
4
5
6
7
8
%p
  %span.light
    Sign in with  
  - providers = enabled_button_based_providers
  - providers.each do |provider|
    %span.light
      - has_icon = provider_has_icon?(provider)
      = link_to provider_image_tag(provider), user_omniauth_authorize_path(provider), method: :post, class: (has_icon ? 'oauth-image-link' : 'btn'), "data-no-turbolink" => "true"