RoleController: Fix link to add a new role
This commit is contained in:
parent
6a914dc25b
commit
54b960addc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue