summaryrefslogtreecommitdiff
path: root/app/views/shared/_service_ping_consent.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_service_ping_consent.html.haml')
-rw-r--r--app/views/shared/_service_ping_consent.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/_service_ping_consent.html.haml b/app/views/shared/_service_ping_consent.html.haml
index 821d92e9d7e..9cdff35ead2 100644
--- a/app/views/shared/_service_ping_consent.html.haml
+++ b/app/views/shared/_service_ping_consent.html.haml
@@ -1,7 +1,6 @@
- if session[:ask_for_usage_stats_consent]
= render 'shared/global_alert',
variant: :info,
- is_contained: true,
alert_class: 'service-ping-consent-message' do
.gl-alert-body
- docs_link = link_to _('collect usage information'), help_page_path('user/admin_area/settings/usage_statistics.md'), class: 'gl-link'