gitlab-org--gitlab-foss/app/views/instance_statistics/conversational_development_.../_no_data.html.haml

8 lines
367 B
Plaintext

.container.convdev-empty
.col-sm-12.justify-content-center.text-center
= custom_icon('convdev_no_data')
%h4= _('Data is still calculating...')
%p
= _('In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index.')
= link_to _('Learn more'), help_page_path('user/instance_statistics/convdev'), target: '_blank'