* * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ /** * @var \Da\User\Model\Role $model * @var $this yii\web\View * @var $unassignedItems string[] */ $this->title = Yii::t('usuario', 'Update rule'); $this->params['breadcrumbs'][] = ['label' => Yii::t('usuario', 'Rules'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?> beginContent('@Da/User/resources/views/shared/admin_layout.php') ?> render( '/rule/_form', [ 'model' => $model, ] ) ?> endContent() ?>