From 621350213890bed3890e559b2289db3eccd999fb Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Mon, 25 Jan 2016 17:38:10 +0200 Subject: [PATCH] firs page --- frontend/assets/AppAsset.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php index 03580a4..177872e 100755 --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php @@ -29,7 +29,8 @@ class AppAsset extends AssetBundle 'js/jquery.rating.js' ]; public $depends = [ - 'yii\web\YiiAsset' + 'yii\web\YiiAsset', + 'yii\bootstrap\BootstrapAsset', ]; public $jsOptions = array( 'position' => \yii\web\View::POS_HEAD -- libgit2 0.21.4