fix img path

This commit is contained in:
Manuel Araoz 2014-04-24 23:26:21 -03:00
parent aa021125a0
commit afd27d2bbf
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@
<img ng-show="!$root.videoSrc[copayer]"
ng-class="($root.wallet.getOnlinePeerIDs().indexOf(copayer) != -1) ? 'online' : 'offline'"
class="video-small"
src="/img/satoshi.gif"
src="./img/satoshi.gif"
title="{{copayer + (copayer == $root.wallet.network.peerId?' (You)':'')}}" />
</div>
</div>