Is it possible to add a bootstrap badge to a tab title?
I want to highlight the number of records in a tab panels, which is not initially selected. Ideally, it would be something like:-
<span class='badge'>10</span>Where the number would come from a variable (initially from the view bag).
Is this possible at all?