1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-28 06:03:40 +00:00

convert listings from uib-tooltip to title

This commit is contained in:
Kyle Spearrin
2017-04-14 23:48:51 -04:00
parent 309c73a972
commit cdc06a2b49
5 changed files with 28 additions and 28 deletions

View File

@@ -35,7 +35,7 @@
<div ng-if="user.name"><small class="text-muted">{{user.name}}</small></div>
</td>
<td style="width: 40px;" align="center">
<i class="fa fa-pencil-square-o" ng-show="!user.readOnly" uib-tooltip="Can Edit"></i>
<i class="fa fa-pencil-square-o" ng-show="!user.readOnly" title="Can Edit"></i>
</td>
<td style="width: 100px;">
{{user.type | enumName: 'OrgUserType'}}