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
b2f2d1f5
Commit
b2f2d1f5
authored
Mar 16, 2022
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make spinners in admin/users Pajamas-compliant
parent
289e5ac0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
app/views/admin/users/_users.html.haml
app/views/admin/users/_users.html.haml
+1
-2
No files found.
app/views/admin/users/_users.html.haml
View file @
b2f2d1f5
...
...
@@ -65,8 +65,7 @@
=
gl_redirect_listbox_tag
admin_users_sort_options
(
filter:
params
[
:filter
],
search_query:
params
[
:search_query
]),
@sort
,
data:
{
right:
true
}
#js-admin-users-app
{
data:
admin_users_data_attributes
(
@users
)
}
.gl-spinner-container.gl-my-7
%span
.gl-vertical-align-bottom.gl-spinner.gl-spinner-dark.gl-spinner-lg
{
aria:
{
label:
_
(
'Loading'
)
}
}
=
gl_loading_icon
(
size:
'lg'
,
css_class:
'gl-my-7'
)
=
paginate_collection
@users
...
...
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