diff --git a/application/views/scripts/roles/index.phtml b/application/views/scripts/roles/index.phtml
index ea70bbe3f..0dcd75691 100644
--- a/application/views/scripts/roles/index.phtml
+++ b/application/views/scripts/roles/index.phtml
@@ -21,10 +21,12 @@
$role): /** @var object $role */ ?>
- = $this->escape($name) ?>
-
+ = $this->qlink(
+ $name,
+ 'roles/update',
+ array('role' => $name),
+ array('title' => sprintf($this->translate('Edit role %s'), $name))
+ ); ?>
|
//= $this->escape($role->permissions, 0, 50) ?>
@@ -65,7 +67,7 @@
- = $this->translate('New Role') ?>
+ = $this->translate('Create a New Role') ?>