aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-12 15:49:04 -0800
committerMark Otto <[email protected]>2012-02-12 15:49:04 -0800
commitac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05 (patch)
tree9d94ff1f514af0188646e04077be7a2d6179efaf /docs/templates/pages
parent163c98ea7e321ce3a1b38128cfb2bec6cd76e6de (diff)
downloadbootstrap-ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05.tar.xz
bootstrap-ac9ac4ddae7fc9f9c030d8ade789ec65d9a2ec05.zip
add note to button dropdowns about js plugin dependency per #1746
Diffstat (limited to 'docs/templates/pages')
-rw-r--r--docs/templates/pages/components.mustache4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 003a3ae3c..34cc5980c 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -172,7 +172,9 @@
<li><a href="#">{{_i}}Separated link{{/i}}</a></li>
</ul>
</div><!-- /btn-group -->
- </div>
+ </div><!-- /btn-toolbar -->
+ <hr>
+ <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Button dropdowns require the <a href="./javascript.html#dropdowns">Bootstrap dropdown plugin</a> to function.{{/i}}</p>
</div>
<div class="span8">
<h3>{{_i}}Example markup{{/i}}</h3>