mensajes de alerta

This commit is contained in:
f 2021-01-25 16:28:39 -03:00
parent 0cfdd63542
commit c0dd3ab17b

View 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">&times;</span>
</button>
</div>