removed redundant labels

This commit is contained in:
Nick Christus
2015-12-07 16:26:18 -06:00
parent 91139672cc
commit 030f902ca5

View File

@@ -72,8 +72,8 @@
</thead>
<tbody>
<tr ng-repeat="org in orgs">
<td><strong>Name: </strong> {{org.name}}</td>
<td><strong>Role: </strong> {{org.role}}</td>
<td>{{org.name}}</td>
<td>{{org.role}}</td>
<td class="text-right">
<span class="btn btn-primary btn-mini" ng-show="org.orgId === contextSrv.user.orgId">
Current