Switch title to data-title to prevent the browser-default tooltip from displaying

This commit is contained in:
Joseph Schorr 2014-04-11 18:21:13 -04:00
parent 5e9448b450
commit 0bd8a1bcbf
24 changed files with 79 additions and 79 deletions

View file

@ -18,7 +18,7 @@
</a>
<i class="fa fa-exclamation-triangle" ng-show="requireCreate && !namespaces[org.name].can_create_repo"
title="You do not have permission to create repositories for this organization"
data-title="You do not have permission to create repositories for this organization"
data-placement="right"
bs-tooltip="tooltip.title"></i>
</li>