Commit 9a6b5dfa authored by Yogi's avatar Yogi Committed by Kushal Pandya

Add gl-badge utility class for deleted projects tab

parent 6853eeb8
---
title: Add gl-badge utility class for deleted projects tab
merge_request: 59590
author: Yogi (@yo)
type: changed
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
= nav_link(page: removed_dashboard_projects_path) do = nav_link(page: removed_dashboard_projects_path) do
= link_to removed_dashboard_projects_path, data: {placement: 'right'} do = link_to removed_dashboard_projects_path, data: {placement: 'right'} do
= _("Deleted projects") = _("Deleted projects")
%span.badge.badge-pill= limited_counter_with_delimiter(removed_projects_count) %span.badge.gl-badge.badge-muted.sm.badge-pill= limited_counter_with_delimiter(removed_projects_count)
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