Merge pull request #788 from callmez/master

typo path fix
This commit is contained in:
Alexander Makarov
2013-08-21 00:36:48 -07:00

View File

@@ -19,7 +19,7 @@ class BootstrapThemeAsset extends AssetBundle
{
public $sourcePath = '@yii/bootstrap/assets';
public $css = array(
'js/bootstrap-theme.css',
'css/bootstrap-theme.css',
);
public $depends = array(
'yii\bootstrap\BootstrapAsset',