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
454fc7c0
Commit
454fc7c0
authored
9 years ago
by
Thomas McDonald
Browse files
Options
Download
Email Patches
Plain Diff
add example for disabled pager link
parent
5e928c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/pagination.md
+2
-2
docs/components/pagination.md
with
2 additions
and
2 deletions
+2
-2
docs/components/pagination.md
+
2
-
2
View file @
454fc7c0
...
...
@@ -169,11 +169,11 @@ Alternatively, you can align each link to the sides:
Pager links also use the
`.disabled`
class.
{%
highlight
html %}
{%
example
html %}
<nav>
<ul
class=
"pager"
>
<li
class=
"pager-prev disabled"
><a
href=
"#"
>
Older
</a></li>
<li
class=
"pager-next"
><a
href=
"#"
>
Newer
</a></li>
</ul>
</nav>
{% end
highlight
%}
{% end
example
%}
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