1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Add email preferences link to dark email template

This commit is contained in:
Benjamin Beganović 2024-01-18 16:52:57 +01:00
parent c68b1c07c7
commit 9fee6ed6da

View File

@ -14,4 +14,12 @@
</p>
@endif
@isset($email_preferences)
<p>
<a href="{{ $email_preferences }}">
{{ ctrans('texts.email_preferences') }}
</a>
</p>
@endif
@endcomponent