mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add email preferences link to dark email template
This commit is contained in:
parent
c68b1c07c7
commit
9fee6ed6da
@ -14,4 +14,12 @@
|
|||||||
</p>
|
</p>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
@isset($email_preferences)
|
||||||
|
<p>
|
||||||
|
<a href="{{ $email_preferences }}">
|
||||||
|
{{ ctrans('texts.email_preferences') }}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
@endif
|
||||||
|
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user