summaryrefslogtreecommitdiff
path: root/app/views/instance_statistics/conversational_development_index/_no_data.html.haml
blob: 4e8f34cd574763c721aa5faf9e7c153c27637555 (plain)
1
2
3
4
5
6
7
.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'