1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Add email preferences link to light email template

This commit is contained in:
Benjamin Beganović 2024-01-18 16:53:01 +01:00
parent 9fee6ed6da
commit ca15f284cd

View File

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