blob: e4736b1ea0e72e7fe0cc2d3e6f93e36f2548d60e (
plain)
1
2
3
4
5
6
7
8
|
<div class="alert alert-danger fade in" role="alert">
<button class="close" data-dismiss="alert" type="button">
<span aria-hidden="true">×</span>
<span class="sr-only">Close</span>
</button>
<strong>{{ _('Oh snap!') }}</strong>
{{ _('Something went wrong.') }}
</div>
|