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/projects/show.html.haml
parent354df65295028ac09ed7e4a924e39ff567b38a4b (diff)
Adds verfication for the cookie
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 06822ee2cce..2635325951b 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -81,8 +81,8 @@
- view_path = default_project_view
- -# TODO add verfication
- = render 'shared/auto_devops_callout'
+ -if show_callout?('auto_devops_settings_dismissed')
+ = render 'shared/auto_devops_callout'
%div{ class: project_child_container_class(view_path) }
= render view_path