title = 'hh.ru'; $this->params['breadcrumbs'][] = $this->title; ?>
render('_search', ['model' => $searchModel]); ?>

'btn btn-success']) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], //'id', //'hh_id', 'url:url', 'title', 'dt_add:date', 'photo:image', [ 'class' => 'yii\grid\DataColumn', 'format' => 'raw', 'value' => function ($model) { $html = Html::a('Получить все вакансии', \yii\helpers\Url::to([ '/hh/hh/get-jobs', 'id' => $model->id ]), [ 'class' => 'btn btn-success' ]); $html = $html . '

' . $html = Html::a('Только "удаленная работа"', \yii\helpers\Url::to([ '/hh/hh/get-jobs-remote', 'id' => $model->id ]), [ 'class' => 'btn btn-success' ]); return $html; }, ], [ 'class' => 'yii\grid\ActionColumn', 'template' => '{view} {delete}' ], ], ]); ?>