Fix indentation
This commit is contained in:
parent
d02a159f76
commit
6e5e0846d0
1 changed files with 22 additions and 23 deletions
|
|
@ -7,44 +7,43 @@
|
||||||
|
|
||||||
<div class="large-12 medium-12" ng-if="!!(addresses|removeEmpty).length">
|
<div class="large-12 medium-12" ng-if="!!(addresses|removeEmpty).length">
|
||||||
<div class="large-12 medium-12" ng-init="showAll=0">
|
<div class="large-12 medium-12" ng-init="showAll=0">
|
||||||
<div class="panel radius oh" ng-repeat="addr in addresses|removeEmpty|limitAddress:showAll">
|
<div class="panel radius oh" ng-repeat="addr in addresses|removeEmpty|limitAddress:showAll">
|
||||||
<div class="row collapse">
|
<div class="row collapse">
|
||||||
<div class="large-10 medium-9 small-8 column" >
|
<div class="large-10 medium-9 small-8 column">
|
||||||
<div class="show-for-large-up list-addr">
|
<div class="show-for-large-up list-addr">
|
||||||
<i class="fi-thumbnails size-48" ng-click="openAddressModal(addr)"> </i>
|
<i class="fi-thumbnails size-48" ng-click="openAddressModal(addr)"> </i>
|
||||||
<span>
|
<span>
|
||||||
<contact address="{{addr.address}}" tooltip-popup-delay="500" tooltip tooltip-placement="right">
|
<contact address="{{addr.address}}" tooltip-popup-delay="500" tooltip tooltip-placement="right">
|
||||||
</span>
|
</span>
|
||||||
<span class="btn-copy" clip-copy="addr.address"> </span>
|
<span class="btn-copy" clip-copy="addr.address"> </span>
|
||||||
<small translate class="label" ng-if="addr.isChange">change</small>
|
<small translate class="label" ng-if="addr.isChange">change</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="ellipsis hide-for-large-up list-addr"
|
<div class="ellipsis hide-for-large-up list-addr" ng-click="openAddressModal(addr)">
|
||||||
ng-click="openAddressModal(addr)">
|
<span>
|
||||||
<span>
|
|
||||||
<contact address="{{addr.address}}">
|
<contact address="{{addr.address}}">
|
||||||
</span>
|
</span>
|
||||||
<small translate class="label" ng-if="addr.isChange">change</small>
|
<small translate class="label" ng-if="addr.isChange">change</small>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="large-2 medium-3 small-4 column text-right">
|
</div>
|
||||||
<span ng-if="$root.updatingBalance">
|
<div class="large-2 medium-3 small-4 column text-right">
|
||||||
|
<span ng-if="$root.updatingBalance">
|
||||||
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
|
||||||
</span>
|
</span>
|
||||||
<span class="size-12" ng-if="!$root.updatingBalance">
|
<span class="size-12" ng-if="!$root.updatingBalance">
|
||||||
{{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
{{addr.balance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<a class="secondary radius" ng-click="showAll=!showAll" ng-show="(addresses|removeEmpty).length != (addresses|removeEmpty|limitAddress).length">
|
|
||||||
<span translate ng-if="!showAll">Show all</span>
|
|
||||||
<span translate ng-if="showAll">Show less</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<a class="secondary radius" ng-click="showAll=!showAll" ng-show="(addresses|removeEmpty).length != (addresses|removeEmpty|limitAddress).length">
|
||||||
|
<span translate ng-if="!showAll">Show all</span>
|
||||||
|
<span translate ng-if="showAll">Show less</span>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue