Skip to content

Commit

Permalink
added missing class
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Sep 10, 2015
1 parent 26f738d commit c53daa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example-views/yiisoft/yii2-app/layouts/left.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<?= dmstr\widgets\Menu::widget(
[
'options' => ['class' => 'sidebar-menu'],
'items' => [
['label' => 'Menu Yii2', 'options' => ['class' => 'header']],
['label' => 'Gii', 'icon' => 'fa fa-file-code-o', 'url' => ['/gii']],
Expand Down

0 comments on commit c53daa8

Please sign in to comment.