Adding links to the roles that Authorities are associated with.

This commit is contained in:
kevgliss 2015-07-08 16:44:48 -07:00
parent 0ed3918113
commit 601d80388f
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@
</td>
<td data-title="'Roles'"> <!--filter="{ 'select': 'role' }" filter-data="roleService.getRoleDropDown()">-->
<div class="btn-group">
<button ng-repeat="role in authority.roles" class="btn btn-sm btn-danger">
<a href="#/roles/{{ role.id }}/edit" ng-repeat="role in authority.roles" class="btn btn-sm btn-danger">
{{ role.name }}
</button>
</a>
</div>
</td>
<td data-title="''">