summaryrefslogtreecommitdiff
path: root/app/views/layouts/_page.html.haml
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2019-08-14 17:53:07 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-14 17:53:07 +0000
commitdf905b408017e208a15597fb03a684f6a68d5e5f (patch)
tree2a0c3ec9bc6306f5743a2c92c5c592ab7a29b556 /app/views/layouts/_page.html.haml
parent51f40bf9715a29a29e4b08b8175935c6e261fcda (diff)
downloadgitlab-ce-df905b408017e208a15597fb03a684f6a68d5e5f.tar.gz
Revert "Merge branch '64341-data-and-privacy-agreement-for-gitlab-users' into 'master'"
This reverts merge request !30808
Diffstat (limited to 'app/views/layouts/_page.html.haml')
-rw-r--r--app/views/layouts/_page.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/layouts/_page.html.haml b/app/views/layouts/_page.html.haml
index f32757ebc51..006334ade07 100644
--- a/app/views/layouts/_page.html.haml
+++ b/app/views/layouts/_page.html.haml
@@ -17,6 +17,4 @@
.d-flex
%div{ class: "#{(container_class unless @no_container)} #{@content_class}" }
.content{ id: "content-body" }
- - if Gitlab.com? && show_privacy_policy_update_64341?
- = render "layouts/privacy_policy_update_callout"
= yield