2021-06-08 01:23:25 +05:30
|
|
|
%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' }
|
2021-09-04 01:27:46 +05:30
|
|
|
%a.nav-link{ href: admin_cohorts_path, class: active_when(current_page?(admin_cohorts_path)), role: 'tab' }
|
2021-06-08 01:23:25 +05:30
|
|
|
= s_('AdminUsers|Cohorts')
|