debian-mirror-gitlab/app/views/admin/conversational_development_index/_disabled.html.haml

10 lines
528 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
.container.convdev-empty
2018-11-08 19:23:39 +05:30
.col-sm-12.justify-content-center.text-center
2017-09-10 17:25:29 +05:30
= 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'