Replace You with Me

This commit is contained in:
Yemel Jardi 2014-08-04 10:14:03 -03:00
commit 125c99320b
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@
class="ellipsis"
tooltip="ID: {{copayer.peerId}}"
tooltip-placement="bottom">
<small class="text-gray" ng-show="copayer.index == 0"><i class="fi-check m5r"></i>you</small>
<small class="text-gray" ng-show="copayer.index == 0"><i class="fi-check m5r"></i>Me</small>
<small class="text-gray" ng-show="copayer.index > 0"><i class="fi-check m5r"></i>{{copayer.nick}}</small>
</div>