Commit d0224bb24431bd93ec3d83d0c2e70f039926f21c
1 parent
877ea4b2
test
Showing
2 changed files
with
8 additions
and
2 deletions
Show diff stats
common/modules/comment/widgets/views/project_comment_view.php
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | echo StarRating::widget([ | 51 | echo StarRating::widget([ |
52 | 'name' => 'rating_project_comment', | 52 | 'name' => 'rating_project_comment', |
53 | 'value' => $rating->value, | 53 | 'value' => $rating->value, |
54 | - 'pluginOptions' => ['displayOnly' => true] | 54 | + 'pluginOptions' => ['displayOnly' => true, 'size' => 'xxs'] |
55 | ]); | 55 | ]); |
56 | } | 56 | } |
57 | ?> | 57 | ?> |
frontend/views/performer/portfolio-view.php
@@ -20,7 +20,13 @@ | @@ -20,7 +20,13 @@ | ||
20 | ?> | 20 | ?> |
21 | <div class="portfolio-new-page-wrapper style"> | 21 | <div class="portfolio-new-page-wrapper style"> |
22 | <div class="new-portfolio-bg style "> | 22 | <div class="new-portfolio-bg style "> |
23 | - <?= Html::img($portfolio->minImg($portfolio->cover, '720', '280')) ?> | 23 | + <?php |
24 | + /** | ||
25 | + * @todo Спросить Виталика почему фотки не отображаются нормально | ||
26 | + */ | ||
27 | + // echo Html::img($portfolio->minImg($portfolio->cover, '720', '280')) | ||
28 | + echo Html::img($portfolio->cover); | ||
29 | + ?> | ||
24 | </div> | 30 | </div> |
25 | <div class="new-portfolio-icons-rating-wr style"> | 31 | <div class="new-portfolio-icons-rating-wr style"> |
26 | <div class="new-portfolio-icons"> | 32 | <div class="new-portfolio-icons"> |