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.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/project_members/_groups.html.haml b/app/views/projects/project_members/_groups.html.haml
index fdeb5f21fbe..128f52ff648 100644
--- a/app/views/projects/project_members/_groups.html.haml
+++ b/app/views/projects/project_members/_groups.html.haml
@@ -1,7 +1,7 @@
-.panel.panel-default.project-members-groups
- .panel-heading
+.card.project-members-groups
+ .card-header
Groups with access to
%strong= @project.name
- %span.badge= group_links.size
+ %span.badge.badge-pill= group_links.size
%ul.content-list
= render partial: 'shared/members/group', collection: group_links, as: :group_link