fix copayers
This commit is contained in:
parent
5f6c9482b4
commit
475f6ea29e
11 changed files with 62 additions and 32 deletions
18
views/includes/copayers.html
Normal file
18
views/includes/copayers.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<div>
|
||||
<div class="copay-box" ng-repeat="copayer in copayers">
|
||||
<div class="photo-container">
|
||||
<img gravatar-src="'{{copayer.nick}}'" gravatar-size="35">
|
||||
</div>
|
||||
<div
|
||||
class="ellipsis"
|
||||
tooltip="ID: {{copayer.peerId}}"
|
||||
tooltip-placement="bottom">
|
||||
<small class="text-gray" ng-show="copayer.index == 0">
|
||||
<i class="fi-check m5r"></i> {{'Me'|translate}}
|
||||
</small>
|
||||
<small class="text-gray" ng-show="copayer.index > 0">
|
||||
<i class="fi-check m5r"></i> {{copayer.nick}}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue