summaryrefslogtreecommitdiff
path: root/app/views/projects/learn_gitlab/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/learn_gitlab/index.html.haml')
-rw-r--r--app/views/projects/learn_gitlab/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/learn_gitlab/index.html.haml b/app/views/projects/learn_gitlab/index.html.haml
index 9b17be99da0..6bca145dc18 100644
--- a/app/views/projects/learn_gitlab/index.html.haml
+++ b/app/views/projects/learn_gitlab/index.html.haml
@@ -4,9 +4,10 @@
- data = learn_gitlab_data(@project)
- invite_members_open = session.delete(:confetti_post_signup)
+= render 'projects/invite_members_modal', project: @project
+
- experiment(:confetti_post_signup, actor: current_user) do |e|
- e.control do
#js-learn-gitlab-app{ data: data }
- e.candidate do
- = render 'projects/invite_members_modal', project: @project
#js-learn-gitlab-app{ data: data.merge(invite_members_open: invite_members_open) }