diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-18 21:06:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-10-18 21:06:37 +0000 |
commit | 4682f5015a5a2d7eedb66b3c90aee931d3789d0b (patch) | |
tree | 6240a8a5cf3584a893c6c3351141446e7856dc12 /app/views/layouts/_head.html.haml | |
parent | 6d59e989185a7d2645792b713d1b5d95d46651fd (diff) | |
download | gitlab-ce-4682f5015a5a2d7eedb66b3c90aee931d3789d0b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/layouts/_head.html.haml')
-rw-r--r-- | app/views/layouts/_head.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index 1efd8647a67..b8c9f0ae1e8 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -5,7 +5,7 @@ -# anything from this page beforehand. -# Part of an experiment to build a new sign up flow. Will be removed again with -# https://gitlab.com/gitlab-org/growth/engineering/issues/64 -- if use_experimental_separate_sign_up_flow? && current_path?("sessions#new") +- if experiment_enabled?(:signup_flow) && current_path?("sessions#new") = javascript_tag nonce: true do :plain if (window.location.hash === '#register-pane') { |