summaryrefslogtreecommitdiff
path: root/app/views/devise/shared/_tabs_ldap.html.haml
diff options
context:
space:
mode:
authorJacopo <beschi.jacopo@gmail.com>2018-01-01 23:43:16 +0100
committerJacopo <beschi.jacopo@gmail.com>2018-01-18 14:32:44 +0100
commit269594bf2277e14d8cd189cdbbeeee7db8ed23d7 (patch)
treebe62b90e2beee0166a1af52e754aefd1131430b7 /app/views/devise/shared/_tabs_ldap.html.haml
parent50a649530a53a04d2044f9e4c5502586a7ed0c59 (diff)
downloadgitlab-ce-269594bf2277e14d8cd189cdbbeeee7db8ed23d7.tar.gz
Fix Shows signin tab after new user email confirmation
When a new user confirm his email the signin tab is correctly shown.
Diffstat (limited to 'app/views/devise/shared/_tabs_ldap.html.haml')
-rw-r--r--app/views/devise/shared/_tabs_ldap.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/shared/_tabs_ldap.html.haml b/app/views/devise/shared/_tabs_ldap.html.haml
index 94f19ccd44c..270191f9452 100644
--- a/app/views/devise/shared/_tabs_ldap.html.haml
+++ b/app/views/devise/shared/_tabs_ldap.html.haml
@@ -7,7 +7,7 @@
= link_to server['label'], "##{server['provider_name']}", 'data-toggle' => 'tab'
- if password_authentication_enabled_for_web?
%li
- = link_to 'Standard', '#ldap-standard', 'data-toggle' => 'tab'
+ = link_to 'Standard', '#login-pane', 'data-toggle' => 'tab'
- if allow_signup?
%li
= link_to 'Register', '#register-pane', 'data-toggle' => 'tab'