bwc
This commit is contained in:
parent
04fb7ba032
commit
320de62f13
348 changed files with 7745 additions and 30874 deletions
10
public/views/includes/copayers.html
Normal file
10
public/views/includes/copayers.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<ul class="no-bullet m0">
|
||||
<li class="" ng-repeat="copayer in index.copayers">
|
||||
<span class="size-12" ng-show="copayer.id == index.copayerId">
|
||||
<i class="fi-check m5r"></i> {{'Me'|translate}}
|
||||
</span>
|
||||
<span class="size-12 text-gray" ng-show="copayer.id != index.copayerId">
|
||||
<i class="fi-check m5r"></i> {{copayer.name}}
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue