mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
forgot a pair of buttons
This commit is contained in:
parent
74a778a7e6
commit
c0b00f22fe
1 changed files with 2 additions and 1 deletions
|
@ -1208,7 +1208,8 @@ $('#myPopover').on('hidden.bs.popover', function () {
|
|||
<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 -->
|
||||
|
|
Loading…
Reference in a new issue