summaryrefslogtreecommitdiff
path: root/app/views/admin/dev_ops_report/_no_data.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/dev_ops_report/_no_data.html.haml')
-rw-r--r--app/views/admin/dev_ops_report/_no_data.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/admin/dev_ops_report/_no_data.html.haml b/app/views/admin/dev_ops_report/_no_data.html.haml
new file mode 100644
index 00000000000..e540a4e2bce
--- /dev/null
+++ b/app/views/admin/dev_ops_report/_no_data.html.haml
@@ -0,0 +1,7 @@
+.container.devops-empty
+ .col-sm-12.justify-content-center.text-center
+ = custom_icon('dev_ops_report_no_data')
+ %h4= _('Data is still calculating...')
+ %p
+ = _('It may be several days before you see feature usage data.')
+ = link_to _('Our documentation includes an example DevOps Score report.'), help_page_path('user/admin_area/analytics/dev_ops_report'), target: '_blank'