mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
Merge pull request #9062 from fgimian/omniauth-disable-turbolink
Disable turbolinks for omniauth link to avoid rendering problems
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
- 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"
|
||||
= link_to provider.to_s.titleize, omniauth_authorize_path(resource_name, provider), class: "btn", "data-no-turbolink" => "true"
|
||||
|
||||
Reference in New Issue
Block a user