mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for add company link
This commit is contained in:
parent
45fce3bfe9
commit
74e5b80f8c
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<center>
|
<center>
|
||||||
@if (!session(SESSION_USER_ACCOUNTS) || count(session(SESSION_USER_ACCOUNTS)) < 5)
|
@if (!session(SESSION_USER_ACCOUNTS) || count(session(SESSION_USER_ACCOUNTS)) < 5)
|
||||||
{!! Button::success(trans('texts.add_company'))->asLinkTo('/login?new_company=true') !!}
|
{!! Button::success(trans('texts.add_company'))->asLinkTo(url('/login?new_company=true')) !!}
|
||||||
@endif
|
@endif
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user