mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-29 13:57:50 +08:00
Fixes #1193
This commit is contained in:
@@ -30,7 +30,7 @@ AppAsset::register($this);
|
||||
],
|
||||
]);
|
||||
echo Nav::widget([
|
||||
'options' => ['class' => 'navbar-nav pull-right'],
|
||||
'options' => ['class' => 'navbar-nav navbar-right'],
|
||||
'items' => [
|
||||
['label' => 'Home', 'url' => ['/site/index']],
|
||||
['label' => 'About', 'url' => ['/site/about']],
|
||||
|
||||
Reference in New Issue
Block a user