Migrate gl_tab_counter_badge helper to use gl_badge_tag
In !73912 (merged), a gl_tab_counter_badge
helper was added for badges that appear in tabs.
Once the gl_badge_tag
helper is available, we should do one of the following:
- Remove
gl_tab_counter_badge
entirely in favour ofgl_badge_tag
- Delegate to
gl_badge_tag
ingl_tab_counter_badge
- Remove
gl_tab_counter_badge
, and teachgl_tab_link_to
a new option, say,count_badge
, which receives a number.
Edited by Mark Florian