Commit 63afc0601ed459604d3fd1a95001b1e369a27a04
1 parent
e017f61e
15.02.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/performer/portfolio_list_view.php
@@ -36,5 +36,5 @@ use yii\helpers\StringHelper; | @@ -36,5 +36,5 @@ use yii\helpers\StringHelper; | ||
36 | <div class="portfolio-project-views-txt">14</div> | 36 | <div class="portfolio-project-views-txt">14</div> |
37 | </div> | 37 | </div> |
38 | </div> | 38 | </div> |
39 | - <div class="portfolio-project-blocks-tags"><?= StringHelper::truncate(implode(', ',ArrayHelper::getColumn($model->specializations,'specialization_name')),50)?></div> | 39 | + <div class="portfolio-project-blocks-tags"><?= StringHelper::truncate(implode(', ',ArrayHelper::getColumn($model->specializations,'specialization_name')),10)?></div> |
40 | </div> | 40 | </div> |
41 | \ No newline at end of file | 41 | \ No newline at end of file |