From 7af1f11b92bb8e24f551401d56804722955e2244 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Tue, 6 Jan 2015 22:36:26 +0100 Subject: [PATCH] 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 --- extensions/bootstrap/Nav.php | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/bootstrap/Nav.php b/extensions/bootstrap/Nav.php index 45d5c987d0..65a456f05e 100644 --- a/extensions/bootstrap/Nav.php +++ b/extensions/bootstrap/Nav.php @@ -35,6 +35,7 @@ use yii\helpers\Html; * ], * ], * ], + * 'options' => ['class' =>'nav-pills'], // set this to nav-tab to get tab-styled navigation * ]); * ``` *