add role to user

This commit is contained in:
2015-11-05 09:26:08 +01:00
parent bdd5a94b3f
commit 43d5598f23
9 changed files with 151 additions and 17 deletions

View File

@@ -25,6 +25,10 @@ $this->params['breadcrumbs'][] = $this->title;
'email:email',
'statusHuman',
'created_at:datetime',
[
'attribute' => 'role',
'value' => $model->roleString
]
],
]) ?>