8fa08ea3cd
- Change double quotes to single quotes. - Why is `OmniAuth.config.full_host` being reassigned in the integration test? - Use `map` over `map!` to avoid `dup` in the `gitlab:info` rake task - Other minor changes
12 lines
515 B
Text
12 lines
515 B
Text
.omniauth-container
|
|
%p
|
|
%span.light
|
|
Sign in with
|
|
- providers = enabled_button_based_providers
|
|
- providers.each do |provider|
|
|
%span.light
|
|
- has_icon = provider_has_icon?(provider)
|
|
= link_to provider_image_tag(provider), omniauth_authorize_path(:user, provider), method: :post, class: 'oauth-login' + (has_icon ? ' oauth-image-link' : ' btn'), id: "oauth-login-#{provider}"
|
|
%fieldset
|
|
= check_box_tag :remember_me
|
|
= label_tag :remember_me, 'Remember Me'
|