|
|
|
@ -1,28 +1,32 @@ |
|
|
|
|
--- |
|
|
|
|
subject: "ReadLaterByEmail tokens" |
|
|
|
|
LOGO: "{{ asset('images/logo.png') }}" |
|
|
|
|
CONFIRMATION: "{{ __('emails.confirmation') }}" |
|
|
|
|
ACCOUNT_QUESTION: "{{ __('emails.account_question') }}" |
|
|
|
|
ACCOUNT_YES: "{{ __('emails.account_yes') }}" |
|
|
|
|
ACCOUNT_NO: "{{ __('emails.account_no') }}" |
|
|
|
|
LINK: "{{ $confirmation_link }}" |
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
<row> |
|
|
|
|
<columns> |
|
|
|
|
<h5 class="text-center">Confirmation</h5> |
|
|
|
|
<h5 class="text-center">{{{ CONFIRMATION }}}</h5> |
|
|
|
|
</columns> |
|
|
|
|
</row> |
|
|
|
|
|
|
|
|
|
<spacer size="16"></spacer> |
|
|
|
|
<row> |
|
|
|
|
<columns small="12">Nous avons reçu une demande de création de compte pour Read Later. Était-ce voulu ?</columns> |
|
|
|
|
<columns small="12">{{{ ACCOUNT_QUESTION }}}</columns> |
|
|
|
|
</row> |
|
|
|
|
<row> |
|
|
|
|
<columns small="8"> |
|
|
|
|
<center> |
|
|
|
|
<button href="{{{ LINK }}}" class="success">Oui (lien valable 1 heure)</button> |
|
|
|
|
<button href="{{{ LINK }}}" class="success">{{{ ACCOUNT_YES }}}</button> |
|
|
|
|
</center> |
|
|
|
|
</columns> |
|
|
|
|
<columns small="8"> |
|
|
|
|
<center> |
|
|
|
|
Non (vous pouvez ignorer et supprimer ce mail) |
|
|
|
|
{{{ ACCOUNT_NO }}} |
|
|
|
|
</center> |
|
|
|
|
</columns> |
|
|
|
|
</row> |
|
|
|
|