Skip to content

Commit 6da16a6

Browse files
committed
fix dropdown links
1 parent e730f8a commit 6da16a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/templates/pages/components.mustache

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -767,14 +767,14 @@
767767
<div class="navbar">
768768
<div class="navbar-inner">
769769
<div class="container">
770-
770+
771771
<!-- {{_i}}.btn-navbar is used as the toggle for collapsed navbar content{{/i}} -->
772772
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
773773
<span class="icon-bar"></span>
774774
<span class="icon-bar"></span>
775775
<span class="icon-bar"></span>
776776
</a>
777-
777+
778778
<!-- {{_i}}Be sure to leave the brand out there if you want it shown{{/i}} -->
779779
<a class="brand" href="#">{{_i}}Project name{{/i}}</a>
780780

@@ -807,7 +807,7 @@
807807
<h3>{{_i}}Component alignment{{/i}}</h3>
808808
<p>{{_i}}To align a nav, search form, or text, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.{{/i}}</p>
809809
<h3>{{_i}}Adding dropdowns{{/i}}</h3>
810-
<p>{{_i}}Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html#dropdown">our javascript plugin</a>.{{/i}}</p>
810+
<p>{{_i}}Adding dropdowns to the nav is super simple, but does require the use of <a href="./javascript.html#dropdowns">our javascript plugin</a>.{{/i}}</p>
811811
<pre class="prettyprint linenums">
812812
&lt;ul class="nav"&gt;
813813
&lt;li class="dropdown"&gt;
@@ -823,7 +823,7 @@
823823
&lt;/li&gt;
824824
&lt;/ul&gt;
825825
</pre>
826-
<p><a class="btn" href="./javascript.html#dropdown">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
826+
<p><a class="btn" href="./javascript.html#dropdowns">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
827827
</div><!-- /.span -->
828828
</div><!-- /.row -->
829829

0 commit comments

Comments
 (0)