mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-17 16:01:15 +08:00
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:
@ -35,6 +35,7 @@ use yii\helpers\Html;
|
||||
* ],
|
||||
* ],
|
||||
* ],
|
||||
* 'options' => ['class' =>'nav-pills'], // set this to nav-tab to get tab-styled navigation
|
||||
* ]);
|
||||
* ```
|
||||
*
|
||||
|
Reference in New Issue
Block a user