Commit ba52e6c8 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'gl-badge-admin-groups' into 'master'

Add gl-badge for storage badge in admin groups page

See merge request gitlab-org/gitlab!57954
parents d2cc4ddb 3c201892
......@@ -15,7 +15,7 @@
= markdown_field(group, :description)
.stats.gl-text-gray-500.gl-flex-shrink-0.gl-display-none.gl-sm-display-flex
%span.badge.badge-pill
%span.badge.badge-muted.badge-pill.gl-badge.sm
= storage_counter(group.storage_size)
= render_if_exists 'admin/namespace_plan_badge', namespace: group, css_class: 'gl-ml-5 gl-mr-0'
......
---
title: Add gl-badge for storage badge in admin groups page
merge_request: 57954
author: Yogi (@yo)
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment