This commit is contained in:
Christopher Di Carlo 2018-05-31 19:33:04 -04:00 committed by David Bomba
parent 796a558a4a
commit 3eb40e652f

View File

@ -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'),
])