Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
b6b354ce
Commit
b6b354ce
authored
Apr 30, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#3255: typo in components for tabbable tabs
parent
51153766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/components.html
docs/components.html
+1
-1
docs/templates/pages/components.mustache
docs/templates/pages/components.mustache
+1
-1
No files found.
docs/components.html
View file @
b6b354ce
...
@@ -813,7 +813,7 @@
...
@@ -813,7 +813,7 @@
<h3>
Straightforward markup
</h3>
<h3>
Straightforward markup
</h3>
<p>
Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.
</p>
<p>
Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.
</p>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
div class="tabbable"
>
<
-- Only required for left/right tabs --
>
<
div class="tabbable"
>
<
!
-- Only required for left/right tabs --
>
<
ul class="nav nav-tabs"
>
<
ul class="nav nav-tabs"
>
<
li class="active"
><
a href="#tab1" data-toggle="tab"
>
Section 1
<
/a
><
/li
>
<
li class="active"
><
a href="#tab1" data-toggle="tab"
>
Section 1
<
/a
><
/li
>
<
li
><
a href="#tab2" data-toggle="tab"
>
Section 2
<
/a
><
/li
>
<
li
><
a href="#tab2" data-toggle="tab"
>
Section 2
<
/a
><
/li
>
...
...
docs/templates/pages/components.mustache
View file @
b6b354ce
...
@@ -736,7 +736,7 @@
...
@@ -736,7 +736,7 @@
<h3>
{{
_i
}}
Straightforward markup
{{/
i
}}
</h3>
<h3>
{{
_i
}}
Straightforward markup
{{/
i
}}
</h3>
<p>
{{
_i
}}
Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.
{{/
i
}}
</p>
<p>
{{
_i
}}
Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.
{{/
i
}}
</p>
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
div class="tabbable"
>
<
-- Only required for left/right tabs --
>
<
div class="tabbable"
>
<
!
-- Only required for left/right tabs --
>
<
ul class="nav nav-tabs"
>
<
ul class="nav nav-tabs"
>
<
li class="active"
><
a href="#tab1" data-toggle="tab"
>
{{
_i
}}
Section 1
{{/
i
}}
<
/a
><
/li
>
<
li class="active"
><
a href="#tab1" data-toggle="tab"
>
{{
_i
}}
Section 1
{{/
i
}}
<
/a
><
/li
>
<
li
><
a href="#tab2" data-toggle="tab"
>
{{
_i
}}
Section 2
{{/
i
}}
<
/a
><
/li
>
<
li
><
a href="#tab2" data-toggle="tab"
>
{{
_i
}}
Section 2
{{/
i
}}
<
/a
><
/li
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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