Files
piratepoet/views/subscription/confirm_unsubscribe.html
2020-05-05 14:40:11 +02:00

8 lines
262 B
HTML

<% block content %>
<p class="mailpoet_confirm_unsubscribe">
<%= __('Simply click on this link to stop receiving emails from us.') %>
<br>
<a href="<%= unsubscribeUrl %>"><%= _x('Yes, unsubscribe me', 'Text in unsubscribe link') %></a>
</p>
<% endblock %>