mailtrain/views/subscription/updated-notice.hbs

13 lines
361 B
Handlebars
Raw Normal View History

2017-03-07 14:30:56 +00:00
<h3>{{#translate}}Profile Updated{{/translate}}</h3>
2016-04-04 12:36:30 +00:00
2017-03-07 14:30:56 +00:00
<p>
{{#translate}}Your profile information has been updated.{{/translate}}
</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>