= t('User') ?> | = t('Role') ?> | = t('Actions') ?> |
---|---|---|
= $this->text->e($user['name'] ?: $user['username']) ?> | = $this->app->component('project-select-role', array( 'roles' => $roles, 'role' => $user['role'], 'id' => $user['id'], 'url' => $this->url->to('ProjectPermissionController', 'changeUserRole', array('project_id' => $project['id'])), )) ?> | = $this->url->icon('trash-o', t('Remove'), 'ProjectPermissionController', 'removeUser', array('project_id' => $project['id'], 'user_id' => $user['id']), true) ?> |