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

Fixes for plain text emails

This commit is contained in:
David Bomba 2024-02-01 19:44:58 +11:00
parent b24bc612ec
commit f2b85e0745

View File

@ -46,5 +46,5 @@
@endisset
@isset($email_preferences)
<p><a href="{{$unsubscribe_link}}">{{ ctrans('texts.unsubscribe') }}</a></p>
<p><a href="{!! $email_preferences !!}">{{ ctrans('texts.unsubscribe') }}</a></p>
@endisset