summaryrefslogtreecommitdiff
path: root/app/views/layouts/_privacy_policy_update_callout.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/_privacy_policy_update_callout.html.haml')
-rw-r--r--app/views/layouts/_privacy_policy_update_callout.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/layouts/_privacy_policy_update_callout.html.haml b/app/views/layouts/_privacy_policy_update_callout.html.haml
deleted file mode 100644
index 9475c48fcd5..00000000000
--- a/app/views/layouts/_privacy_policy_update_callout.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-- privacy_policy_link = link_to('https://about.gitlab.com/privacy', 'https://about.gitlab.com/privacy', class: 'deferred-link', target: '_blank', rel: 'noopener noreferrer')
-%div{ class:"#{(container_class unless fluid_layout)} #{@content_class}" }
- .bs-callout.privacy-policy-update-64341.alert.alert-block.alert-dismissable.prepend-top-default.append-bottom-default{ role: 'alert', data: { feature_id: UserCalloutsHelper::PRIVACY_POLICY_UPDATE_64341, dismiss_endpoint: user_callouts_path, defer_links: "true" } }
- %button.close.js-close{ type: "button" }
- = sprite_icon("close", size: 16)
- %p= _('Our Privacy Policy has changed, please visit %{privacy_policy_link} to review these changes.').html_safe % { privacy_policy_link: privacy_policy_link }