Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_tabs.html.haml « users « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a3239897eb69b41a6ac01547a7fdbd64c13941e (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: cohorts_admin_users_path, class: active_when(current_page?(cohorts_admin_users_path)), role: 'tab' }
      = s_('AdminUsers|Cohorts')