title = 'Spots'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Create Spots', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'id', 'difficulty_level', 'coordinates_x', 'coordinates_y', 'address', // 'email:email', // 'description', // 'gallery:ntext', // 'how_to_get:ntext', // 'name', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>