Commit c962655c authored by Kushal Pandya's avatar Kushal Pandya

Merge branch...

Merge branch '344346-make-badges-in-app-views-admin-groups-_group-html-haml-pajamas-compliant' into 'master'

Make badge in admin/groups/_group partial Pajamas-compliant

See merge request gitlab-org/gitlab!77003
parents f37c886e 3b604d50
......@@ -15,8 +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-muted.badge-pill.gl-badge.sm
= storage_counter(group.storage_size)
= gl_badge_tag storage_counter(group.storage_size), size: :sm
= render_if_exists 'admin/namespace_plan_badge', namespace: group, css_class: 'gl-ml-5 gl-mr-0'
= render_if_exists 'admin/groups/marked_for_deletion_badge', group: group, css_class: 'gl-ml-5'
......
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