fix answerFlagLabel method in AnswerHelper

This commit is contained in:
iironside
2022-03-15 19:30:53 +03:00
parent 18d2b4327d
commit 97e79f6c94
3 changed files with 13 additions and 13 deletions

View File

@ -20,13 +20,6 @@ $this->params['breadcrumbs'][] = $this->title;
<?= Html::a('Новый ответ пользователя', ['create'], ['class' => 'btn btn-success']) ?>
</p>
<?php
//echo $this->render('_search_by_questionnaire', [
// 'model' => $searchModel,
// ])
?>
<?= GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,