Fix the icon to remove a team from a repo.

This commit is contained in:
yackob03 2013-11-07 23:29:36 -05:00
parent 9f1bf1499d
commit c076311799

View file

@ -47,7 +47,7 @@
<td>
<span class="delete-ui" tabindex="0">
<span class="delete-ui-button" ng-click="deleteRole(name, 'team')"><button class="btn btn-danger">Delete</button></span>
<i class="fa fa-remove" bs-tooltip="tooltip.title" data-placement="right" title="Delete Permission"></i>
<i class="fa fa-times" bs-tooltip="tooltip.title" data-placement="right" title="Delete Permission"></i>
</span>
</td>
</tr>