8 lines
434 B
Text
8 lines
434 B
Text
|
%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: cohorts_admin_users_path, class: active_when(current_page?(cohorts_admin_users_path)), role: 'tab' }
|
||
|
= s_('AdminUsers|Cohorts')
|