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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 19:33:41 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 19:33:41 +0300
commit1c75a0e27c31b64b6426e0a4315e9ce7363d3b13 (patch)
treefcac6120f79d78e0dcb1774ab841423c92ee6e2d /app/views/admin/projects/show.html.haml
parent88cb02baadfec724078a2bc2ec41d7509eec7ca9 (diff)
Add badge-pill to .badge in haml
Diffstat (limited to 'app/views/admin/projects/show.html.haml')
-rw-r--r--app/views/admin/projects/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index c47b8a88f56..c55a788a786 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -162,7 +162,7 @@
.panel-heading
%strong= @group.name
group members
- %span.badge= @group_members.size
+ %span.badge.badge-pill= @group_members.size
.pull-right
= link_to admin_group_path(@group), class: 'btn btn-xs' do
= icon('pencil-square-o', text: 'Manage access')
@@ -177,7 +177,7 @@
.panel-heading
%strong= @project.name
project members
- %span.badge= @project.users.size
+ %span.badge.badge-pill= @project.users.size
.pull-right
= link_to icon('pencil-square-o', text: 'Manage access'), polymorphic_url([@project, :members]), class: "btn btn-xs"
%ul.well-list.project_members.content-list.members-list