Remove 'this is you'

This commit is contained in:
Johannes Zellner
2016-02-25 22:29:06 +01:00
parent 7cd3bb31e1
commit 4fb89de34f

View File

@@ -242,7 +242,6 @@
<td class="text-overflow: ellipsis; white-space: nowrap;">
{{ user.username }}
<span class="text-muted">{{ user.email }}</span>
<span ng-show="isMe(user)" class="label label-success">This is you!</span>
</td>
<td class="text-right">
<span ng-repeat="groupId in user.groupIds | ignoreAdminGroup" class="label label-default">{{ groupId }}</span>