RoleController: Fix link to add a new role

This commit is contained in:
Johannes Meyer 2015-06-08 12:39:31 +02:00
parent 6a914dc25b
commit 54b960addc
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
</tbody>
</table>
<?php endif ?>
<a data-base-target="_next" href="<?= $this->href('role/new') ?>">
<a data-base-target="_next" href="<?= $this->href('role/add') ?>">
<?= $this->translate('Create a New Role') ?>
</a>
</div>