Merge pull request #3533 from cmgustavo/bug/path-icon-sync

Fix path icon sync
This commit is contained in:
Matias Alejo Garcia 2015-11-26 11:45:41 -03:00
commit 8744b9e1d3

View file

@ -452,7 +452,7 @@
<div ng-show="index.updatingTxHistory[index.walletId]">
<div ng-show="index.txProgress > 6" class="row m20t text-center">
<div class="circle-icon">
<img src="/img/icon-sync.svg" alt="sync" width="70">
<img src="img/icon-sync.svg" alt="sync" width="70">
</div>
<div translate class="size-12 text-gray m20t small-10 small-centered columns">
Initial transaction history synchronization can take some minutes for wallets with many transactions.