Commit 1e6ac9954a091045c55c3a567fb5d8e9bc086465
1 parent
63afc060
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')),10)?></div> | 39 | + <div class="portfolio-project-blocks-tags"><?= StringHelper::truncate(implode(', ',ArrayHelper::getColumn($model->specializations,'specialization_name')),20)?></div> |
40 | </div> | 40 | </div> |
41 | \ No newline at end of file | 41 | \ No newline at end of file |