mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Only show trial message for ninja installs
This commit is contained in:
parent
3588f82fce
commit
77a85408b3
@ -719,7 +719,9 @@
|
||||
</div>
|
||||
|
||||
<div class="col-md-11 col-md-offset-1">
|
||||
<div style="padding-top:20px;padding-bottom:10px;">{{ trans('texts.trial_message') }}</div>
|
||||
@if (Utils::isNinja())
|
||||
<div style="padding-top:20px;padding-bottom:10px;">{{ trans('texts.trial_message') }}</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user