complete docs about Nav to include the style

without a `nav-tabs` or `nav-pills` class a nav is not complete.

http://getbootstrap.com/components/#nav

fixes #6768
This commit is contained in:
Carsten Brandt
2015-01-06 22:36:26 +01:00
parent 6e209cc7ff
commit 7af1f11b92

View File

@ -35,6 +35,7 @@ use yii\helpers\Html;
* ], * ],
* ], * ],
* ], * ],
* 'options' => ['class' =>'nav-pills'], // set this to nav-tab to get tab-styled navigation
* ]); * ]);
* ``` * ```
* *