mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
Add email preferences link to light email template
This commit is contained in:
parent
9fee6ed6da
commit
ca15f284cd
@ -14,4 +14,12 @@
|
||||
</p>
|
||||
@endif
|
||||
|
||||
@isset($email_preferences)
|
||||
<p>
|
||||
<a href="{{ $email_preferences }}">
|
||||
{{ ctrans('texts.email_preferences') }}
|
||||
</a>
|
||||
</p>
|
||||
@endif
|
||||
|
||||
@endcomponent
|
||||
|
Loading…
Reference in New Issue
Block a user