summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gascou-Vaillancourt <paul.gascvail@gmail.com>2019-04-04 16:47:38 -0400
committerPaul Gascou-Vaillancourt <paul.gascvail@gmail.com>2019-04-12 12:55:57 -0400
commit1d2f3159cc71512a4fcd67e33523816ed2b2eaca (patch)
treeed681c914525beb2c9e1f7e0fa03053c5b640a0b
parentc59f68e8d11aeaf7d6d4d129a077929913da29ce (diff)
downloadgitlab-ce-60026-group-member-count-bg.tar.gz
Add badge-pill class on group member count60026-group-member-count-bg
-rw-r--r--app/views/groups/group_members/index.html.haml2
-rw-r--r--changelogs/unreleased/60026-group-member-count-bg.yml5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/groups/group_members/index.html.haml b/app/views/groups/group_members/index.html.haml
index 2af3e861587..09cc713e3af 100644
--- a/app/views/groups/group_members/index.html.haml
+++ b/app/views/groups/group_members/index.html.haml
@@ -22,7 +22,7 @@
%span.flex-project-title
Members with access to
%strong= @group.name
- %span.badge= @members.total_count
+ %span.badge.badge-pill= @members.total_count
= form_tag group_group_members_path(@group), method: :get, class: 'form-inline member-search-form flex-project-members-form' do
.form-group
.position-relative.append-right-8
diff --git a/changelogs/unreleased/60026-group-member-count-bg.yml b/changelogs/unreleased/60026-group-member-count-bg.yml
new file mode 100644
index 00000000000..0a1f6eac2ea
--- /dev/null
+++ b/changelogs/unreleased/60026-group-member-count-bg.yml
@@ -0,0 +1,5 @@
+---
+title: Add badge-pill class on group member count
+merge_request: 27019
+author:
+type: fixed