aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html
index bb9cdb8f5..39fe7bc4f 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1106,6 +1106,7 @@
<div class="navbar-inner">
<form class="navbar-form pull-left">
<input type="text" class="span2">
+ <button type="submit" class="btn">Submit</button>
</form>
</div>
</div>
@@ -1113,6 +1114,7 @@
<pre class="prettyprint linenums">
&lt;form class="navbar-form pull-left"&gt;
&lt;input type="text" class="span2"&gt;
+ &lt;button type="submit" class="btn"&gt;Submit&lt;/button&gt;
&lt;/form&gt;
</pre>