fix icons when moving bitcoin to addresses from a same wallet

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-07 15:55:02 -03:00
commit 4926a6998d

View file

@ -43,7 +43,7 @@
ng-class="{
'fi-arrow-left' : btx.action == 'received',
'fi-arrow-right': btx.action == 'sent',
'fi-arrow-loop': btx.action == 'moved'}"></i>
'fi-loop': btx.action == 'moved'}"></i>
</div>
</div>