Files
piratepoet/views/invalidkey.html
Rostislav Wolny ebbcbc2015 Add referral id to URLs in twig templates
[MAILPOET-2182]
2019-08-22 14:36:44 -04:00

17 lines
470 B
HTML

<% extends 'layout.html' %>
<% block content %>
<div class="wrap mailpoet-about-wrap">
<h1><%= __("All sending is currently paused!") %></h1>
<p class="about-text">
<%= __("Your key to send with MailPoet is invalid.") %>
</p>
<p>
<a class="button button-primary" target="_blank" href="<%= add_referral_id('https://account.mailpoet.com?s=' ~ subscriber_count) %>"><%= __('Visit MailPoet.com to purchase a key') %></a>
</p>
</div>
<% endblock %>