BigW Consortium Gitlab

index.html.haml 592 Bytes
Newer Older
1
- breadcrumb_title "Cohorts"
2 3 4 5 6 7 8 9 10 11
- @no_container = true

%div{ class: container_class }
  - if @cohorts
    = render 'cohorts_table'
    = render 'usage_ping'
  - else
    .bs-callout.bs-callout-warning.clearfix
      %p
        User cohorts are only shown when the
12
        = link_to 'usage ping', help_page_path('user/admin_area/settings/usage_statistics', anchor: 'usage-ping'), target: '_blank'
13
        is enabled. To enable it and see user cohorts,
14
        visit
15 16
        = succeed '.' do
          = link_to 'application settings', admin_application_settings_path(anchor: 'usage-statistics')