Commit 0fac05f6 authored by Yogi's avatar Yogi Committed by Phil Hughes

Add gl-badge for badges in todos nav

parent 9d9b902a
......@@ -15,13 +15,13 @@
= link_to todos_filter_path(state: 'pending') do
%span
To Do
%span.badge.badge-pill
%span.badge.gl-tab-counter-badge.badge-muted.badge-pill.gl-badge.sm
= number_with_delimiter(todos_pending_count)
%li.todos-done{ class: active_when(params[:state] == 'done') }>
= link_to todos_filter_path(state: 'done') do
%span
Done
%span.badge.badge-pill
%span.badge.gl-tab-counter-badge.badge-muted.badge-pill.gl-badge.sm
= number_with_delimiter(todos_done_count)
.nav-controls
......
---
title: Add gl-badge for badges in todos nav
merge_request: 57943
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