From 583f835e9a26cf6b0a2b2c8abc827753c417641c Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Fri, 1 Sep 2017 13:32:05 +0100 Subject: Adds verfication for the cookie --- app/views/shared/_auto_devops_callout.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/shared/_auto_devops_callout.html.haml') 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' } -- cgit v1.2.1