mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updates for @isset()
This commit is contained in:
parent
500594c613
commit
72e441c1c4
@ -20,6 +20,6 @@
|
|||||||
{{ ctrans('texts.email_preferences') }}
|
{{ ctrans('texts.email_preferences') }}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@endif
|
@endisset
|
||||||
|
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
@ -45,13 +45,6 @@
|
|||||||
@endif
|
@endif
|
||||||
@endisset
|
@endisset
|
||||||
|
|
||||||
@if(isset($email_preferences))
|
@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>
|
<p><a href="{{$unsubscribe_link}}">{{ ctrans('texts.unsubscribe') }}</a></p>
|
||||||
@endif
|
@endisset
|
Loading…
x
Reference in New Issue
Block a user