mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Don't show trial message if pro
This commit is contained in:
parent
b48919c264
commit
73a164be5c
@ -234,7 +234,7 @@
|
||||
<div class="col-md-12">
|
||||
@if (Auth::user()->registered)
|
||||
<div style="padding-top:20px;padding-bottom:10px;">{!! trans('texts.email_alias_message') !!}</div>
|
||||
@elseif (Utils::isNinja())
|
||||
@elseif (Utils::isNinja() && ! Utils::isPro())
|
||||
<div style="padding-top:20px;padding-bottom:10px;">{{ trans('texts.trial_message') }}</div>
|
||||
@endif
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user