mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:24:42 -04:00
Fix page footer
This commit is contained in:
parent
9cc47b5e20
commit
4438973852
@ -6,7 +6,7 @@
|
||||
|
||||
@if (Auth::user()->account->hasFeature(FEATURE_WHITE_LABEL))
|
||||
{{ trans('texts.white_labeled') }}
|
||||
@if (! Utils::isNinja() && $company->hasActivePlan() && $company->daysUntilPlanExpires() <= 10)
|
||||
@if (! Utils::isNinja() && $company->hasActivePlan() && $company->daysUntilPlanExpires() <= 10 && $company->daysUntilPlanExpires() > 0)
|
||||
<br/><b>{!! trans('texts.license_expiring', [
|
||||
'count' => $company->daysUntilPlanExpires(),
|
||||
'link' => '<a href="#" onclick="buyWhiteLabel()">' . trans('texts.click_here') . '</a>',
|
||||
|
Loading…
x
Reference in New Issue
Block a user