tooltips comments

This commit is contained in:
bechi 2014-07-30 16:16:54 -03:00
parent dc1f28477d
commit c7dfda45a1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div class="last-transactions" ng-repeat="tx in txs | paged">
<div class="last-transactions-header">
<a class="db large-1 columns text-black" ng-show="tx.comment">
<i class="fi-comment-quotes size-24" popover="{{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}}" popover-title="{{tx.comment}}" popover-placement="right"></i>
<i class="fi-comment-quotes size-24" Popover-animation="true" popover="{{$root.wallet.publicKeyRing.nicknameForCopayer(tx.creator)}}" popover-title="{{tx.comment}}" popover-placement="right" popover-trigger="mouseenter"></i>
</a>
<a class="db large-1 columns disable" ng-show="!tx.comment">
<i class="fi-comment-quotes size-24 text-gray"></i>