Fix indent walletHome.html

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-06 16:10:16 -03:00
commit 5ecc6de6f2
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -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>