Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b82a4bd4
Commit
b82a4bd4
authored
Nov 09, 2021
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert admin users page tabs to Pajamas
Changelog: other
parent
c9336b9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
app/views/admin/users/_tabs.html.haml
app/views/admin/users/_tabs.html.haml
+3
-7
No files found.
app/views/admin/users/_tabs.html.haml
View file @
b82a4bd4
%ul
.nav-links.nav-tabs.nav.js-users-tabs
{
role:
'tablist'
}
=
gl_tabs_nav
({
class:
'js-users-tabs'
})
do
%li
.nav-item
{
role:
'presentation'
}
=
gl_tab_link_to
s_
(
'AdminUsers|Users'
),
admin_users_path
%a
.nav-link
{
href:
admin_users_path
,
class:
active_when
(
current_page?
(
admin_users_path
)),
role:
'tab'
}
=
gl_tab_link_to
s_
(
'AdminUsers|Cohorts'
),
admin_cohorts_path
=
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'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment