Commit 41aac477 authored by yo's avatar yo Committed by Ezekiel Kigbo

Add gl-badge for badges in project search page nav

parent 267841c9
......@@ -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
......
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