Commit 6434c8c5 authored by Phil Hughes's avatar Phil Hughes

Merge branch...

Merge branch '344372-make-badges-in-ee-app-views-users-_custom_project_templates_from_groups-html-haml-pajamas' into 'master'

Make badges in ee/app/views/users/_custom_project_templates_from_groups.html.haml Pajamas-compliant

See merge request gitlab-org/gitlab!76963
parents 2ea0652b acf78f43
......@@ -16,9 +16,7 @@
.text-muted
= group.description
.template-subgroup-project-count
%span.badge.badge-pill
%strong
= projects.count
= gl_badge_tag projects.count, nil, { class: 'gl-font-weight-bold' }
- projects.each do |project|
.template-option.align-items-center.qa-template-option-row
......
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