Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
8cd27781
Commit
8cd27781
authored
9 years ago
by
Ameya Pandilwar
Browse files
Options
Download
Email Patches
Plain Diff
Updated label to tag in list-group example
parent
4ed5fa77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/list-group.md
+5
-5
docs/components/list-group.md
with
5 additions
and
5 deletions
+5
-5
docs/components/list-group.md
+
5
-
5
View file @
8cd27781
...
...
@@ -24,22 +24,22 @@ The most basic list group is simply an unordered list with list items, and the p
</ul>
{% endexample %}
##
Label
s
##
Tag
s
Add
label
s to any list group item to show unread counts, activity, etc.
Add
tag
s to any list group item to show unread counts, activity, etc.
{% example html %}
<ul
class=
"list-group"
>
<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
</li>
<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
</li>
<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
</li>
</ul>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets