add access control to backend

This commit is contained in:
2015-11-02 14:32:19 +01:00
parent e34b150d74
commit 1ee0a6bbe9
13 changed files with 106 additions and 11 deletions

View File

@@ -28,7 +28,9 @@ $this->params['breadcrumbs'][] = $this->title;
'email:email',
'created_at:datetime',
['class' => 'yii\grid\ActionColumn'],
['class' => 'yii\grid\ActionColumn',
'template' => '{view} {update}'
],
],
]); ?>