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

_signup_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: 9eb0b773ebba2811737dd59b115eb6cd497af08f (plain)
1
2
3
4
5
6
7
.gl-mb-3.gl-p-4
  = yield :omniauth_providers_top if show_omniauth_providers

  = render 'devise/shared/signup_box_form',
    button_text: button_text,
    url: url,
    show_omniauth_providers: omniauth_enabled? && button_based_providers_enabled?