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: 8908b64cdac9f7ccc7efae71d8c11008134d5151 (plain)
1
2
3
4
5
6
7
8
9
%div.omniauth-container
  %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), omniauth_authorize_path(:user, provider), method: :post, class: (has_icon ? 'oauth-image-link' : 'btn'), "data-no-turbolink" => "true"