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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-07 15:16:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-07 15:16:11 +0300
commite8e22b384c97899e6944eeb85a0a2b84e8615f9c (patch)
tree1c0624d28d4d65d1674a28536524409c0dd51bb7 /app/views/projects/project_members
parent75c2755b05acdd65b5c7f93ee245b8273d99d446 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/project_members')
-rw-r--r--app/views/projects/project_members/index.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/projects/project_members/index.html.haml b/app/views/projects/project_members/index.html.haml
index ef83c512e8d..2ec3eeaca7f 100644
--- a/app/views/projects/project_members/index.html.haml
+++ b/app/views/projects/project_members/index.html.haml
@@ -85,5 +85,4 @@
group_links: @group_links,
invited: @invited_members,
access_requests: @requesters) } }
- .loading
- .gl-spinner.gl-spinner-md
+ = gl_loading_icon(css_class: 'gl-my-5', size: 'md')