summaryrefslogtreecommitdiff
path: root/app/views/devise/sessions/_oauth_providers.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/sessions/_oauth_providers.html.haml')
-rw-r--r--app/views/devise/sessions/_oauth_providers.html.haml10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/views/devise/sessions/_oauth_providers.html.haml b/app/views/devise/sessions/_oauth_providers.html.haml
deleted file mode 100644
index 15048a78063..00000000000
--- a/app/views/devise/sessions/_oauth_providers.html.haml
+++ /dev/null
@@ -1,10 +0,0 @@
-- providers = (enabled_oauth_providers - [:ldap])
-- if providers.present?
- .bs-callout.bs-callout-info{:'data-no-turbolink' => 'data-no-turbolink'}
- %span Sign in with:  
- - providers.each do |provider|
- %span
- - if default_providers.include?(provider)
- = link_to authbutton(provider, 32), omniauth_authorize_path(resource_name, provider)
- - else
- = link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn"