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: b647b906b712b27e56b9511f34dbc333e409f5bb (plain)
1
2
3
4
5
6
7
8
9
10
%p
  %span.light
    Sign in with  
  - providers = additional_providers
  - providers.each do |provider|
    %span.light
      - if default_providers.include?(provider)
        = link_to oauth_image_tag(provider), omniauth_authorize_path(resource_name, provider), class: 'oauth-image-link'
      - else
        = link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn"