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: f92f89e73ffe7b5e497ef514173c141965f4b13f (plain)
1
2
3
4
5
6
7
8
9
.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')