From 9f671a294785b54acbcf5d0aed8dfa213aa8242d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 18 Jan 2024 16:53:04 +0100 Subject: [PATCH] Add email preferences link and update unsubscribe link --- resources/views/email/template/plain.blade.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/views/email/template/plain.blade.php b/resources/views/email/template/plain.blade.php index 7ee4034ea7b4..1ae5fe70b167 100644 --- a/resources/views/email/template/plain.blade.php +++ b/resources/views/email/template/plain.blade.php @@ -45,9 +45,12 @@ @endif @endisset -

Hello world

-

@isset($portal_url) {{ $portal_url }} @endisset

-

After portal

+@if(isset($email_preferences)) +

+ {{ ctrans('texts.email_preferences') }} +

+@endif + @if(isset($unsubscribe_link))

{{ ctrans('texts.unsubscribe') }}