so i'm adding the class for badge manually in a view by wrapping the field that's presented (in my case) in a table row

however, many folks may use unformatted lists or whatever - and i realize that there's no default handling of drupal's "badge" for new and updated content that is generally a site-wide helper class

would it be unreasonable to request that bootstrap come out of the box with a setting to show all new/updated badges using bootstraps badge class?

i've attached an image that shows what it looks like when manually configured - but as you can see, in this table that's presented via views, when i customize the field html with a class of SPAN and add a new class for BADGE, i'm getting a little bit of funky extras on the other rows when not new/udpated (unless i'm missing something really obvious)

CommentFileSizeAuthor
2013-11-07 04.08.02 pm.png49.41 KBzilla
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Simon Georges’s picture

Version: 7.x-3.0-rc2 » 7.x-3.x-dev
markhalliwell’s picture

Status: Active » Closed (won't fix)
Related issues: +#2253473: Override theme_mark to use bootstrap labels components

We're already using the Bootstrap "label" component to do this. Also, badges are typically used for numerical counts: http://getbootstrap.com/components/#badges (i.e. associated with a navigational link).