Commit 5eef869f authored by wortschi's avatar wortschi

Add Pajamas badge for pipelines license tab

Changelog: changed
EE: true
parent a4cb0770
......@@ -10,7 +10,7 @@
%li.js-licenses-tab-link
= link_to licenses_project_pipeline_path(project, pipeline), data: { target: '#js-tab-licenses', action: 'licenses', toggle: 'tab', qa_selector: 'licenses_tab' }, class: 'licenses-tab' do
= _("Licenses")
%span.badge.badge-pill.js-licenses-counter.hidden{ data: { qa_selector: 'licenses_counter' } }
= gl_badge_tag '', { size: :sm }, { class: 'js-licenses-counter hidden', data: { qa_selector: 'licenses_counter' } }
- if project.feature_available?(:full_codequality_report) && pipeline.downloadable_path_for_report_type(:codequality)
%li.js-codequality-tab-link
......
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