Commit a28e0b1e authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'gl-badge-project-search' into 'master'

Add gl-badge for badges in project search page nav

See merge request gitlab-org/gitlab!57971
parents 7663a733 e36e18c6
......@@ -310,7 +310,7 @@ module SearchHelper
link_to search_path(search_params) do
concat label
concat ' '
concat content_tag(:span, count, class: ['badge badge-pill', badge_class], data: badge_data)
concat content_tag(:span, count, class: ['badge badge-pill gl-badge badge-muted sm', badge_class], data: badge_data)
end
end
end
......
---
title: Add gl-badge for badges in project search page nav
merge_request: 57971
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