Skip to content
GitLab
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
b80bf2c1
Commit
b80bf2c1
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #6600 from Yohn/patch-12
added missing class to doc example
parents
38c5c13d
598e9e6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/components.html
+1
-1
docs/components.html
docs/templates/pages/components.mustache
+1
-1
docs/templates/pages/components.mustache
with
2 additions
and
2 deletions
+2
-2
docs/components.html
+
1
-
1
View file @
b80bf2c1
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"
>
<
ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"
>
<
li
><
a tabindex="-1" href="#"
>
Regular link
<
/a
><
/li
>
<
li
><
a tabindex="-1" href="#"
>
Regular link
<
/a
><
/li
>
<
li
><
a tabindex="-1" href="#"
>
Disabled link
<
/a
><
/li
>
<
li
class="disabled"
><
a tabindex="-1" href="#"
>
Disabled link
<
/a
><
/li
>
<
li
><
a tabindex="-1" href="#"
>
Another link
<
/a
><
/li
>
<
li
><
a tabindex="-1" href="#"
>
Another link
<
/a
><
/li
>
<
/ul
>
<
/ul
>
</pre>
</pre>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/components.mustache
+
1
-
1
View file @
b80bf2c1
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
<pre
class=
"prettyprint linenums"
>
<pre
class=
"prettyprint linenums"
>
<
ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"
>
<
ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu"
>
<
li
><
a tabindex="-1" href="#"
>
{{
_i
}}
Regular link
{{/
i
}}
<
/a
><
/li
>
<
li
><
a tabindex="-1" href="#"
>
{{
_i
}}
Regular link
{{/
i
}}
<
/a
><
/li
>
<
li
><
a tabindex="-1" href="#"
>
{{
_i
}}
Disabled link
{{/
i
}}
<
/a
><
/li
>
<
li
class="disabled"
><
a tabindex="-1" href="#"
>
{{
_i
}}
Disabled link
{{/
i
}}
<
/a
><
/li
>
<
li
><
a tabindex="-1" href="#"
>
{{
_i
}}
Another link
{{/
i
}}
<
/a
><
/li
>
<
li
><
a tabindex="-1" href="#"
>
{{
_i
}}
Another link
{{/
i
}}
<
/a
><
/li
>
<
/ul
>
<
/ul
>
</pre>
</pre>
...
...
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