Skip to content

Commit

Permalink
forgot a pair of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 24, 2013
1 parent 74a778a commit c0b00f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,8 @@ <h2 id="alerts-examples">Example alerts</h2>
<h4>Oh snap! You got an error!</h4>
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
<p>
<a class="btn btn-danger" href="#">Take this action</a> <a class="btn btn-default" href="#">Or do this</a>
<button type="button" class="btn btn-danger">Take this action</button>
<button type="button" class="btn btn-default">Or do this</button>
</p>
</div>
</div><!-- /example -->
Expand Down

0 comments on commit c0b00f2

Please sign in to comment.