Browse Source

removed redundant labels

Nick Christus 10 years ago
parent
commit
030f902ca5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/app/features/profile/partials/profile.html

+ 2 - 2
public/app/features/profile/partials/profile.html

@@ -72,8 +72,8 @@
 			</thead>
 			</thead>
 			<tbody>
 			<tbody>
 				<tr ng-repeat="org in orgs">
 				<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">
 					<td class="text-right">
 						<span class="btn btn-primary btn-mini" ng-show="org.orgId === contextSrv.user.orgId">
 						<span class="btn btn-primary btn-mini" ng-show="org.orgId === contextSrv.user.orgId">
 							Current
 							Current