Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_signup_omniauth_provider_button.haml « shared « devise « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c08940f4a8e1588323e0c1cd031daa8f4087afd (plain)
1
2
3
4
5
= render 'devise/shared/omniauth_provider_button',
  href: href,
  provider: provider,
  classes: 'js-track-omni-auth',
  data: { provider: provider, track_action: "#{provider}_sso", track_label: tracking_label }