We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a9864 commit 6e97dd7Copy full SHA for 6e97dd7
src/app/groups/groups.list.html
@@ -25,7 +25,9 @@
25
<td>
26
<a ui-sref="index.groupmembers.list({groupId: group.id})">{{group.id}}</a>
27
</td>
28
- <td>{{group.name}}</td>
+ <td>
29
+ <a ui-sref="index.groupmembers.list({groupId: group.id})">{{group.name}}</a>
30
+ </td>
31
<td>{{group.description}}</td>
32
33
<span ng-if="users[group.createdBy]">{{users[group.createdBy]}}</span>
0 commit comments