Commit 6a17dfb0 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'gl-badge-deleted-projects' into 'master'

Add gl-badge utility class for deleted projects tab

See merge request gitlab-org/gitlab!59590
parents f19494db 9a6b5dfa
---
title: Add gl-badge utility class for deleted projects tab
merge_request: 59590
author: Yogi (@yo)
type: changed
......@@ -2,4 +2,4 @@
= nav_link(page: removed_dashboard_projects_path) do
= link_to removed_dashboard_projects_path, data: {placement: 'right'} do
= _("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