17 lines
534 B
HTML
17 lines
534 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 ~ "&email=" ~ current_wp_user.user_email) | escape('html_attr') %>"><%= __('Visit MailPoet.com to purchase a key') %></a>
|
|
</p>
|
|
</div>
|
|
<% endblock %>
|