mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 10:44:29 -04:00
Add email preferences link and update unsubscribe link
This commit is contained in:
parent
ca15f284cd
commit
9f671a2947
@ -45,9 +45,12 @@
|
|||||||
@endif
|
@endif
|
||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
<h1>Hello world</h1>
|
@if(isset($email_preferences))
|
||||||
<p>@isset($portal_url) {{ $portal_url }} @endisset</p>
|
<p>
|
||||||
<p>After portal</p>
|
<a href="{{ $email_preferences}} ">{{ ctrans('texts.email_preferences') }}</a>
|
||||||
|
</p>
|
||||||
|
@endif
|
||||||
|
|
||||||
|
|
||||||
@if(isset($unsubscribe_link))
|
@if(isset($unsubscribe_link))
|
||||||
<p><a href="{{$unsubscribe_link}}">{{ ctrans('texts.unsubscribe') }}</a></p>
|
<p><a href="{{$unsubscribe_link}}">{{ ctrans('texts.unsubscribe') }}</a></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user