parent
796a558a4a
commit
3eb40e652f
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@
|
|||
@endforeach
|
||||
@if ( ! Utils::isNinjaProd())
|
||||
@foreach (Module::collections() as $module)
|
||||
@includeWhen(empty($module->get('no-sidebar')) || $module->get('no-sidebar') != '1', [
|
||||
@includeWhen(empty($module->get('no-sidebar')) || $module->get('no-sidebar') != '1', 'partials.navigation_option', [
|
||||
'option' => $module->getAlias(),
|
||||
'icon' => $module->get('icon', 'th-large'),
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue