2021-10-28 15:19:32 +00:00
|
|
|
{% raw %}
|
2021-06-01 21:37:48 +00:00
|
|
|
<div class="alert alert-{{ type }} alert-dismissible" role="alert" data-controller="cart">
|
|
|
|
{{ content }}
|
|
|
|
|
|
|
|
<button data-action="cart#recover notification#hide" type="button" class="btn btn-primary">
|
|
|
|
{{ site.i18n.recover_order }}
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button data-action="notification#hide" type="button" class="close" aria-label="{{ site.i18n.close }}">
|
|
|
|
<span aria-hidden="true">×</span>
|
|
|
|
</button>
|
|
|
|
</div>
|
2021-10-28 15:19:32 +00:00
|
|
|
{% endraw %}
|