change copied code to custom

pull/3/head
alex 2016-01-18 15:33:31 +03:00
parent 17df899c53
commit 648e4e2123
1 changed files with 4 additions and 4 deletions

View File

@ -70,11 +70,11 @@
ba-panel-title="Composite alerts"
ba-panel-class="with-scroll">
<div>
<div class="alert bg-danger">
<h5>Unhandled error!</h5>
<strong>Oh snap!</strong> Change a few things up and try submitting again.
<div class="alert bg-warning">
<h4>Warning!</h4>
<strong>Pay attention.</strong> Change a few things up and try submitting again.
<div class="control-alert">
<button type="button" class="btn btn-danger ">Agree</button>
<button type="button" class="btn btn-warning ">Pay Attention</button>
<button type="button" class="btn btn-default ">Ignore</button>
</div>
</div>