From 9fee6ed6da93fa3e59b5a4a6da637ac0c88c099f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 18 Jan 2024 16:52:57 +0100 Subject: [PATCH] Add email preferences link to dark email template --- resources/views/email/template/dark.blade.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/views/email/template/dark.blade.php b/resources/views/email/template/dark.blade.php index c96087dd12f5..faaf2b30acce 100644 --- a/resources/views/email/template/dark.blade.php +++ b/resources/views/email/template/dark.blade.php @@ -14,4 +14,12 @@

@endif +@isset($email_preferences) +

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

+@endif + @endcomponent