sutty-base-jekyll-theme/assets/templates/recover_order.html

14 lines
445 B
HTML
Raw Normal View History

2021-10-28 13:00:00 +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">&times;</span>
</button>
</div>
2021-10-28 13:00:00 +00:00
{%- endraw -%}