diff --git a/common/modules/comment/widgets/views/_question_comment_view.php b/common/modules/comment/widgets/views/_question_comment_view.php
index eb4859b..aa15495 100644
--- a/common/modules/comment/widgets/views/_question_comment_view.php
+++ b/common/modules/comment/widgets/views/_question_comment_view.php
@@ -24,6 +24,7 @@
+ =Html::img(!empty($model->user)?$model->user->userInfo->image:'/images/avatar-bg.png')?>
diff --git a/common/modules/comment/widgets/views/form-comment-review.php b/common/modules/comment/widgets/views/form-comment-review.php
index 8136aaa..efd8760 100644
--- a/common/modules/comment/widgets/views/form-comment-review.php
+++ b/common/modules/comment/widgets/views/form-comment-review.php
@@ -8,8 +8,6 @@
*/
use common\modules\comment\widgets\CommentWidget;
use kartik\rating\StarRating;
- use yii\bootstrap\BootstrapAsset;
- use yii\bootstrap\BootstrapPluginAsset;
use yii\web\View;
use yii\widgets\ActiveForm;
use yii\helpers\Html;
diff --git a/frontend/views/performer/_portfolio_list_view.php b/frontend/views/performer/_portfolio_list_view.php
index e0f1790..9afb7d9 100644
--- a/frontend/views/performer/_portfolio_list_view.php
+++ b/frontend/views/performer/_portfolio_list_view.php
@@ -54,5 +54,5 @@
14
- = StringHelper::truncate(implode(', ', ArrayHelper::getColumn($model->specializations, 'specialization_name')), 20) ?>
+ = implode(', ', ArrayHelper::getColumn($model->specializations, 'specialization_name')) ?>
\ No newline at end of file
--
libgit2 0.21.4