Add ability to change the members of a team

This commit is contained in:
Joseph Schorr 2013-11-04 15:31:38 -05:00
parent 633f603f9d
commit e6fadbca05
5 changed files with 65 additions and 29 deletions

View file

@ -72,7 +72,7 @@
<td>
<span class="delete-ui" tabindex="0" title="Delete Permission">
<span class="delete-ui-button" ng-click="deleteRole(name, 'user')"><button class="btn btn-danger">Delete</button></span>
<i class="fa fa-remove"></i>
<i class="fa fa-times"></i>
</span>
</td>
</tr>