mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Merge branch 'develop' of github.com:invoiceninja/invoiceninja into develop
This commit is contained in:
commit
38475db379
921
composer.lock
generated
921
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@ -392,7 +392,7 @@
|
|||||||
@endif
|
@endif
|
||||||
@endforeach
|
@endforeach
|
||||||
@if ( ! Utils::isNinjaProd())
|
@if ( ! Utils::isNinjaProd())
|
||||||
@foreach (Module::all() as $module)
|
@foreach (Module::collections() as $module)
|
||||||
@include('partials.navigation_option', [
|
@include('partials.navigation_option', [
|
||||||
'option' => $module->getAlias(),
|
'option' => $module->getAlias(),
|
||||||
'icon' => $module->get('icon', 'th-large'),
|
'icon' => $module->get('icon', 'th-large'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user