1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 09:24:24 +04:00
Files
tabler/pages/_includes/parts/modals/info.html
2020-03-28 15:46:18 +01:00

13 lines
559 B
HTML

{% include ui/modal/close.html %}
<div class="modal-body text-center py-5">
{% include ui/icon.html icon="circle-check" color="green" class="icon-xl icon-thin mb-4" %}
<h3>Payment succedeed</h3>
<div class="text-muted">Your payment of $290 has been successfully submitted. Your invoice has been sent to support@tabler.io.</div>
</div>
<div class="modal-footer">
{% include ui/button.html color="primary" dismiss=true text="View invoice" block=true %}
{% include ui/button.html color="secondary" dismiss=true text="Go to dashboard" block=true %}
</div>