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