mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
Updated label to tag in list-group example
This commit is contained in:
@@ -24,22 +24,22 @@ The most basic list group is simply an unordered list with list items, and the p
|
|||||||
</ul>
|
</ul>
|
||||||
{% endexample %}
|
{% endexample %}
|
||||||
|
|
||||||
## Labels
|
## Tags
|
||||||
|
|
||||||
Add labels to any list group item to show unread counts, activity, etc.
|
Add tags to any list group item to show unread counts, activity, etc.
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
<ul class="list-group">
|
<ul class="list-group">
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<span class="label label-default label-pill pull-xs-right">14</span>
|
<span class="tag tag-default tag-pill pull-xs-right">14</span>
|
||||||
Cras justo odio
|
Cras justo odio
|
||||||
</li>
|
</li>
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<span class="label label-default label-pill pull-xs-right">2</span>
|
<span class="tag tag-default tag-pill pull-xs-right">2</span>
|
||||||
Dapibus ac facilisis in
|
Dapibus ac facilisis in
|
||||||
</li>
|
</li>
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
<span class="label label-default label-pill pull-xs-right">1</span>
|
<span class="tag tag-default tag-pill pull-xs-right">1</span>
|
||||||
Morbi leo risus
|
Morbi leo risus
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Reference in New Issue
Block a user