Commit 566b5bf9 authored by Simon Knox's avatar Simon Knox

Merge branch...

Merge branch '344330-make-badges-in-app-views-projects-_project_templates-html-haml-pajamas-compliant' into 'master'

Make badges in app/views/projects/_project_templates.html.haml Pajamas-compliant

See merge request gitlab-org/gitlab!76964
parents 1d5628b2 cf37012b
......@@ -5,7 +5,7 @@
%li.built-in-tab
%a.nav-link.active{ href: "#built-in", data: { toggle: 'tab'} }
= _('Built-in')
%span.badge.badge-pill= Gitlab::ProjectTemplate.all.count + Gitlab::SampleDataTemplate.all.count
= gl_tab_counter_badge Gitlab::ProjectTemplate.all.count + Gitlab::SampleDataTemplate.all.count
.tab-content
.project-templates-buttons.import-buttons.tab-pane.active#built-in
......
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