mailtrain/views/subscription/unsubscribe-notice.hbs

10 lines
350 B
Handlebars
Raw Normal View History

2017-03-07 14:30:56 +00:00
<h2>{{#translate}}Unsubscribe Successful{{/translate}}</h2>
2016-04-04 12:36:30 +00:00
2017-03-07 14:30:56 +00:00
<p>{{#translate}}You have been removed from:{{/translate}} {{title}}.</p>
2016-04-04 12:36:30 +00:00
<p>
<a class="btn btn-primary" href="{{homepage}}" role="button">
2017-03-07 14:30:56 +00:00
<span class="glyphicon glyphicon-arrow-left" aria-hidden="true"></span> {{#translate}}return to our website{{/translate}}
2016-04-04 12:36:30 +00:00
</a>
</p>