Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-09-01 15:32:05 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-09-01 15:32:05 +0300
commit583f835e9a26cf6b0a2b2c8abc827753c417641c (patch)
tree3f71644bcd04b8500adad9d28d058c6fd032cf63 /app/views/shared/_auto_devops_callout.html.haml
parent354df65295028ac09ed7e4a924e39ff567b38a4b (diff)
Adds verfication for the cookie
Diffstat (limited to 'app/views/shared/_auto_devops_callout.html.haml')
-rw-r--r--app/views/shared/_auto_devops_callout.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_auto_devops_callout.html.haml b/app/views/shared/_auto_devops_callout.html.haml
index 010329e3f32..6bf7432f8b4 100644
--- a/app/views/shared/_auto_devops_callout.html.haml
+++ b/app/views/shared/_auto_devops_callout.html.haml
@@ -1,4 +1,4 @@
-.user-callout{ data: { uid: 'TODO' } }
+.user-callout{ data: { uid: 'auto_devops_settings_dismissed' } }
.bordered-box.landing.content-block
%button.btn.btn-default.close.js-close-callout{ type: 'button',
'aria-label' => 'Dismiss Auto Dev Ops box' }