put team name in tooltip in rolelist

This commit is contained in:
John Mitchell
2016-07-07 14:51:50 -04:00
parent dc1c2117c4
commit a6d08eef1a

View File

@@ -9,6 +9,6 @@
<div class="RoleList-tag"
ng-class="{'RoleList-tag--deletable': entry.explicit}">
<span class="RoleList-name">{{ entry.name }}</span>
<i ng-show='entry.team_id' class="fa fa-users" ng-attr-title='{{entry.team_name}}'></i>
<i ng-show='entry.team_id' class="fa fa-users" aw-tool-tip='{{entry.team_name}}' aw-tip-placement='bottom'></i>
</div>
</div>