27 lines
1.1 KiB
Handlebars
27 lines
1.1 KiB
Handlebars
|
<div class="m-alert success subscribe js-alert" data-notification="subscribe">
|
||
|
{{t "Great! You've successfully subscribed."}}
|
||
|
<button class="m-alert__close js-notification-close" aria-label="Close">
|
||
|
<span class="icon-close"></span>
|
||
|
</button>
|
||
|
</div>
|
||
|
|
||
|
<div class="m-alert success signup js-alert" data-notification="signup">
|
||
|
{{t "Great! Next, complete checkout for full access."}}
|
||
|
<button class="m-alert__close js-notification-close" aria-label="Close">
|
||
|
<span class="icon-close"></span>
|
||
|
</button>
|
||
|
</div>
|
||
|
|
||
|
<div class="m-alert success signin js-alert" data-notification="signin">
|
||
|
{{t "Welcome back! You've successfully signed in."}}
|
||
|
<button class="m-alert__close js-notification-close" aria-label="Close">
|
||
|
<span class="icon-close"></span>
|
||
|
</button>
|
||
|
</div>
|
||
|
|
||
|
<div class="m-alert success checkout js-alert" data-notification="checkout">
|
||
|
{{t "Success! Your account is fully activated, you now have access to all content."}}
|
||
|
<button class="m-alert__close js-notification-close" aria-label="Close">
|
||
|
<span class="icon-close"></span>
|
||
|
</button>
|
||
|
</div>
|