Fix indent walletHome.html
This commit is contained in:
parent
f4e4767a53
commit
5ecc6de6f2
1 changed files with 359 additions and 357 deletions
|
|
@ -54,7 +54,13 @@
|
||||||
|
|
||||||
<div class="oh" ng-show="!index.noFocusedWallet">
|
<div class="oh" ng-show="!index.noFocusedWallet">
|
||||||
|
|
||||||
<div id="walletHome" class="walletHome tab-view tab-in">
|
<!--
|
||||||
|
|
||||||
|
WalletHome
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
<div id="walletHome" class="walletHome tab-view tab-in">
|
||||||
<div class="oh">
|
<div class="oh">
|
||||||
<div class="amount" ng-style="{'background-color':index.backgroundColor}">
|
<div class="amount" ng-style="{'background-color':index.backgroundColor}">
|
||||||
<div ng-if="!index.anyOnGoingProcess && !index.notAuthorized">
|
<div ng-if="!index.anyOnGoingProcess && !index.notAuthorized">
|
||||||
|
|
@ -149,14 +155,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> <!-- END WalletHome -->
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
receive
|
receive
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<div id="receive" class="receive tab-view">
|
<div id="receive" class="receive tab-view">
|
||||||
|
|
||||||
<div ng-show="index.needsBackup && !home.skipBackup" class="p60t row text-center">
|
<div ng-show="index.needsBackup && !home.skipBackup" class="p60t row text-center">
|
||||||
<div class="text-warning text-bold m15b">
|
<div class="text-warning text-bold m15b">
|
||||||
|
|
@ -205,7 +211,7 @@
|
||||||
<h4 ng-class="{'enable_text_select': !index.isCordova}" class="size-12">
|
<h4 ng-class="{'enable_text_select': !index.isCordova}" class="size-12">
|
||||||
{{home.generatingAddress ? '...' : home.addr}}
|
{{home.generatingAddress ? '...' : home.addr}}
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -231,16 +237,15 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div> <!-- END Receive -->
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
send
|
send
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<div id="send" class="send tab-view">
|
<div id="send" class="send tab-view">
|
||||||
<div ng-show="index.lockedBalance">
|
<div ng-show="index.lockedBalance">
|
||||||
<h4 class="title m0">
|
<h4 class="title m0">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
|
|
@ -366,15 +371,14 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- end of row -->
|
</div> <!-- END Send -->
|
||||||
</div>
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
||||||
history
|
history
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<div id="history" class="history tab-view">
|
<div id="history" class="history tab-view">
|
||||||
<div class="row m20t" ng-show="!index.txHistory[0] && !index.updatingTxHistory">
|
<div class="row m20t" ng-show="!index.txHistory[0] && !index.updatingTxHistory">
|
||||||
<div class="large-12 columns">
|
<div class="large-12 columns">
|
||||||
<div class="oh text-center">
|
<div class="oh text-center">
|
||||||
|
|
@ -385,7 +389,6 @@ history
|
||||||
<span ng-if="!index.txHistoryError" translate>
|
<span ng-if="!index.txHistoryError" translate>
|
||||||
No transactions yet
|
No transactions yet
|
||||||
</span>
|
</span>
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -436,9 +439,8 @@ history
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div> <!-- END History -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="extra-margin-bottom"></div>
|
<div class="extra-margin-bottom"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue