title = 'Price Mailings'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Добавить Price Mailing', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id', 'name', 'email:email', 'price_id', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>