title = 'Comments'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Create Comment', ['create'], ['class' => 'btn btn-success']) ?>
= Html::encode($this->title) ?>
= Html::a('Create Comment', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'comment_id', 'comment_pid', 'content:ntext', 'created_at', 'entity_id', // 'user_id', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>