Commit c1040009b19542e55e6015851068ea73e65572f4

Authored by Yarik
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,8 +26,7 @@
26 </div> 26 </div>
27 <div class="performer-vacant-reclam-bl-content"> 27 <div class="performer-vacant-reclam-bl-content">
28 <span> 28 <span>
29 - <?= StringHelper::truncateWords($model->description, 50, '...', false) ?>  
30 - <?php //TextHelper::truncateHtmlText($model->description, 200, '...') ?> 29 + <?= TextHelper::truncateHtmlText($model->description, 200, '...') ?>
31 </span> 30 </span>
32 <?= Html::a('<img src="/images/performar_vacancy/arrow-post.png" alt=""/>', [ 31 <?= Html::a('<img src="/images/performar_vacancy/arrow-post.png" alt=""/>', [
33 'company/vacancy-view', 32 'company/vacancy-view',