-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1143 from maykinmedia/feature/2292-email_verifica…
…tion-design [#2292] Style 'email_verification' mail-template
- Loading branch information
Showing
2 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
<p>Beste</p> | ||
<p>Om door te gaan moet je je email-adres <a href="{{ verification_link }}">bevestigen</a><span class="color--secondary"> →</span></p> | ||
<p>Mocht je geen behoefte hieraan hebben dan staat het je vrij om dit bericht te negeren </p> | ||
<p>Met vriendelijke groet, | ||
{{ site_name }} </p> | ||
<table role="presentation" border="0" cellspacing="0" cellpadding="0" width="100%" class="table-mail"> | ||
<tbody> | ||
<tr> | ||
<td class="td-mail td__padding-all" colspan="6"> | ||
<p>Beste inwoner,</p> | ||
<p> </p> | ||
<p>Om door te gaan moet je je e-mailadres <a href="{{ verification_link }}">bevestigen</a><span class="color--secondary"> →</span></p> | ||
<p>Mocht je geen behoefte hieraan hebben dan staat het je vrij om dit bericht te negeren.</p> | ||
</td> | ||
</tr> | ||
<tr class="tr-mail border-top"> | ||
<td class="td-mail border-top td__padding-zero" colspan="6"> | ||
<!-- <hr> styling --> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="td-mail td__padding-all" colspan="6"> | ||
<p>Met vriendelijke groet,</p> | ||
<p> </p> | ||
<p>{{ site_name }}</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters