fix
This commit is contained in:
@@ -19,8 +19,7 @@ use yii\widgets\Pjax;
|
||||
* @var \yii\data\ActiveDataProvider $dataProvider
|
||||
* @var \dektrium\user\models\UserSearch $searchModel
|
||||
*/
|
||||
$this->title = Yii::t('app', 'User List');
|
||||
$this->params['breadcrumbs'][] = ['label' => Yii::t('user', 'Manage users'), 'url' => ['']];
|
||||
$this->title = Yii::t('mole', 'Task List');
|
||||
$this->params['breadcrumbs'][] = $this->title;
|
||||
?>
|
||||
<div class="wrapper wrapper-content project-manager">
|
||||
@@ -32,9 +31,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
'filterModel' => $searchModel,
|
||||
'layout' => "{items}\n{pager}",
|
||||
'columns' => [
|
||||
[
|
||||
'attribute' => 'id',
|
||||
],
|
||||
'id',
|
||||
|
||||
[
|
||||
'class' => 'yii\grid\ActionColumn',
|
||||
|
Reference in New Issue
Block a user