summaryrefslogtreecommitdiff
path: root/app/views/projects/project_members/_groups.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/project_members/_groups.html.haml')
-rw-r--r--app/views/projects/project_members/_groups.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/project_members/_groups.html.haml b/app/views/projects/project_members/_groups.html.haml
index 128f52ff648..3f05e06b0c6 100644
--- a/app/views/projects/project_members/_groups.html.haml
+++ b/app/views/projects/project_members/_groups.html.haml
@@ -3,5 +3,5 @@
Groups with access to
%strong= @project.name
%span.badge.badge-pill= group_links.size
- %ul.content-list
+ %ul.content-list.members-list
= render partial: 'shared/members/group', collection: group_links, as: :group_link