mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Remove KB link if white labeled
This commit is contained in:
parent
d72c199d0b
commit
ab91f76bfe
@ -68,12 +68,18 @@
|
|||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div class="row meta">
|
<div class="row meta">
|
||||||
<div class="col-md-7 col-sm-12">
|
@if (Utils::isWhiteLabel())
|
||||||
{!! link_to('/recover_password', trans('texts.recover_password')) !!}
|
<center>
|
||||||
</div>
|
<br/>{!! link_to('/recover_password', trans('texts.recover_password')) !!}
|
||||||
<div class="col-md-5 col-sm-12">
|
</center>
|
||||||
{!! link_to(NINJA_WEB_URL.'/knowledgebase/', trans('texts.knowledge_base'), ['target' => '_blank']) !!}
|
@else
|
||||||
</div>
|
<div class="col-md-7 col-sm-12">
|
||||||
|
{!! link_to('/recover_password', trans('texts.recover_password')) !!}
|
||||||
|
</div>
|
||||||
|
<div class="col-md-5 col-sm-12">
|
||||||
|
{!! link_to(NINJA_WEB_URL.'/knowledgebase/', trans('texts.knowledge_base'), ['target' => '_blank']) !!}
|
||||||
|
</div>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
{!! Former::close() !!}
|
{!! Former::close() !!}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user