diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-11 09:08:40 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-11 09:08:40 +0000 |
commit | 953b58d0613979636f5be43ef1c407f2118feec8 (patch) | |
tree | 3c5ad247ebabb70e3cff878f5e8e5652e97f9b29 /app/controllers/users/terms_controller.rb | |
parent | 4714aa72e30e131f9917d43645b1b28a298c0acd (diff) | |
download | gitlab-ce-953b58d0613979636f5be43ef1c407f2118feec8.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/users/terms_controller.rb')
-rw-r--r-- | app/controllers/users/terms_controller.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/users/terms_controller.rb b/app/controllers/users/terms_controller.rb index 3dfa717474e..f36b140f3a2 100644 --- a/app/controllers/users/terms_controller.rb +++ b/app/controllers/users/terms_controller.rb @@ -14,6 +14,10 @@ module Users before_action :terms + before_action only: [:index] do + push_frontend_feature_flag(:gitlab_gtm_datalayer, type: :ops) + end + layout 'terms' feature_category :user_management |