summaryrefslogtreecommitdiff
path: root/app/views/instance_statistics/conversational_development_index/_disabled.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/instance_statistics/conversational_development_index/_disabled.html.haml')
-rw-r--r--app/views/instance_statistics/conversational_development_index/_disabled.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/instance_statistics/conversational_development_index/_disabled.html.haml b/app/views/instance_statistics/conversational_development_index/_disabled.html.haml
new file mode 100644
index 00000000000..0a741b50960
--- /dev/null
+++ b/app/views/instance_statistics/conversational_development_index/_disabled.html.haml
@@ -0,0 +1,9 @@
+.container.convdev-empty
+ .col-sm-12.justify-content-center.text-center
+ = custom_icon('convdev_no_index')
+ %h4 Usage ping is not enabled
+ %p
+ ConvDev is only shown when the
+ = link_to 'usage ping', help_page_path('user/admin_area/settings/usage_statistics'), target: '_blank'
+ is enabled. Enable usage ping to get an overview of how you are using GitLab from a feature perspective
+ = link_to 'Enable usage ping', admin_application_settings_path(anchor: 'usage-statistics'), class: 'btn btn-primary'