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:
parent
c68b1c07c7
commit
9fee6ed6da
@ -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