Commit 257c4fcb by Carsten Brandt

Added example for dividers to bootstrap Nav

fixes #1284
parent 28131d09
......@@ -35,6 +35,8 @@ use yii\helpers\Html;
* ['label' => 'Level 2 -DropdownA', 'url' => '#'],
* ],
* ],
* '<li class="divider"></li>',
* '<li class="dropdown-header">Dropdown Header</li>',
* ['label' => 'Level 1 -DropdownB', 'url' => '#'],
* ],
* ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment