Add badge-pill class on group member count

This commit is contained in:
Paul Gascou-Vaillancourt 2019-04-04 16:47:38 -04:00
parent c59f68e8d1
commit 1d2f3159cc
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Add badge-pill class on group member count
merge_request: 27019
author:
type: fixed