Commit c1040009b19542e55e6015851068ea73e65572f4
1 parent
0fd84964
test
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
frontend/views/company/_vacancy_list_view.php
| ... | ... | @@ -26,8 +26,7 @@ |
| 26 | 26 | </div> |
| 27 | 27 | <div class="performer-vacant-reclam-bl-content"> |
| 28 | 28 | <span> |
| 29 | - <?= StringHelper::truncateWords($model->description, 50, '...', false) ?> | |
| 30 | - <?php //TextHelper::truncateHtmlText($model->description, 200, '...') ?> | |
| 29 | + <?= TextHelper::truncateHtmlText($model->description, 200, '...') ?> | |
| 31 | 30 | </span> |
| 32 | 31 | <?= Html::a('<img src="/images/performar_vacancy/arrow-post.png" alt=""/>', [ |
| 33 | 32 | 'company/vacancy-view', | ... | ... |