title = Yii::t('app', 'Certificates'); $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title) ?>

'btn btn-success' ]) ?>

$dataProvider, 'filterModel' => $searchModel, 'columns' => [ [ 'class' => 'yii\grid\SerialColumn' ], 'certificate_id', 'name', [ 'attribute' => 'link', 'value' => function($model) { /** * @var Certificate $model */ return Html::a($model->link, $model->getCertificateUrl()); }, 'format' => 'html', ], [ 'class' => 'yii\grid\ActionColumn' ], ], ]); ?>