mensajes de alerta
This commit is contained in:
parent
0cfdd63542
commit
c0dd3ab17b
1 changed files with 7 additions and 0 deletions
7
assets/templates/alert.html
Normal file
7
assets/templates/alert.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="alert alert-{{ type }} alert-dismissible" role="alert">
|
||||
{{ content }}
|
||||
|
||||
<button data-action="notification#hide" type="button" class="close" aria-label="{{ site.i18n.close }}">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</div>
|
Loading…
Reference in a new issue