title = 'hh.ru'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Добавить', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $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 . '