summaryrefslogtreecommitdiff
path: root/app/views/admin/users/_tabs.html.haml
blob: 90f06eeaf3ff775410602a8a2b72fd79a663c55e (plain)
1
2
3
4
5
6
7
%ul.nav-links.nav-tabs.nav.js-users-tabs{ role: 'tablist' }
  %li.nav-item{ role: 'presentation' }
    %a.nav-link{ href: admin_users_path, class: active_when(current_page?(admin_users_path)), role: 'tab' }
      = s_('AdminUsers|Users')
  %li.nav-item{ role: 'presentation' }
    %a.nav-link{ href: admin_cohorts_path, class: active_when(current_page?(admin_cohorts_path)), role: 'tab' }
      = s_('AdminUsers|Cohorts')