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
b8c1950c
Commit
b8c1950c
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
change label fo first subnav link on js docs
parent
34488a45
5 merge requests
!1475
2.0 wip
,
!1403
warningText and warningBackground docs fix
,
!1351
2.0 wip - relative font sizes
,
!1315
[2.0-wip] Fix mustache glob when building
,
!1268
[wip-2.0] IE 7/8 Typehead JS fix
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/javascript.html
+1
-1
docs/javascript.html
docs/templates/pages/javascript.mustache
+1
-1
docs/templates/pages/javascript.mustache
with
2 additions
and
2 deletions
+2
-2
docs/javascript.html
+
1
-
1
View file @
b8c1950c
...
...
@@ -70,7 +70,7 @@
<p
class=
"lead"
>
Bring Bootstrap's components to life
—
now with 12 custom
<a
href=
"http://jquery.com/"
target=
"_blank"
>
jQuery
</a>
plugins.
<div
class=
"subnav"
>
<ul
class=
"nav pills"
>
<li><a
href=
"#javascript"
>
Overview
</a></li>
<li><a
href=
"#javascript"
>
All plugins
</a></li>
<li><a
href=
"#modals"
>
Modal
</a></li>
<li><a
href=
"#dropdowns"
>
Dropdown
</a></li>
<li><a
href=
"#scrollspy"
>
Scrollspy
</a></li>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/javascript.mustache
+
1
-
1
View file @
b8c1950c
...
...
@@ -5,7 +5,7 @@
<p
class=
"lead"
>
{{
_i
}}
Bring Bootstrap's components to life
—
now with 12 custom
<a
href=
"http://jquery.com/"
target=
"_blank"
>
jQuery
</a>
plugins.
{{/
i
}}
<div
class=
"subnav"
>
<ul
class=
"nav pills"
>
<li><a
href=
"#javascript"
>
{{
_i
}}
Overview
{{/
i
}}
</a></li>
<li><a
href=
"#javascript"
>
{{
_i
}}
All plugins
{{/
i
}}
</a></li>
<li><a
href=
"#modals"
>
{{
_i
}}
Modal
{{/
i
}}
</a></li>
<li><a
href=
"#dropdowns"
>
{{
_i
}}
Dropdown
{{/
i
}}
</a></li>
<li><a
href=
"#scrollspy"
>
{{
_i
}}
Scrollspy
{{/
i
}}
</a></li>
...
...
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