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 id="walletHome" class="walletHome tab-view tab-in">
|
||||
<!--
|
||||
|
||||
WalletHome
|
||||
|
||||
-->
|
||||
|
||||
<div id="walletHome" class="walletHome tab-view tab-in">
|
||||
<div class="oh">
|
||||
<div class="amount" ng-style="{'background-color':index.backgroundColor}">
|
||||
<div ng-if="!index.anyOnGoingProcess && !index.notAuthorized">
|
||||
|
|
@ -149,14 +155,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- END WalletHome -->
|
||||
|
||||
<!--
|
||||
<!--
|
||||
|
||||
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 class="text-warning text-bold m15b">
|
||||
|
|
@ -205,7 +211,7 @@
|
|||
<h4 ng-class="{'enable_text_select': !index.isCordova}" class="size-12">
|
||||
{{home.generatingAddress ? '...' : home.addr}}
|
||||
|
||||
</h4>
|
||||
</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -231,16 +237,15 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> <!-- END Receive -->
|
||||
|
||||
|
||||
<!--
|
||||
<!--
|
||||
|
||||
send
|
||||
|
||||
-->
|
||||
<div id="send" class="send tab-view">
|
||||
<div id="send" class="send tab-view">
|
||||
<div ng-show="index.lockedBalance">
|
||||
<h4 class="title m0">
|
||||
<div class="left">
|
||||
|
|
@ -366,15 +371,14 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<!-- end of row -->
|
||||
</div>
|
||||
</div> <!-- END Send -->
|
||||
|
||||
<!--
|
||||
<!--
|
||||
|
||||
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="large-12 columns">
|
||||
<div class="oh text-center">
|
||||
|
|
@ -385,7 +389,6 @@ history
|
|||
<span ng-if="!index.txHistoryError" translate>
|
||||
No transactions yet
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -436,9 +439,8 @@ history
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- END History -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue