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,6 +54,12 @@
<div class="oh" ng-show="!index.noFocusedWallet"> <div class="oh" ng-show="!index.noFocusedWallet">
<!--
WalletHome
-->
<div id="walletHome" class="walletHome tab-view tab-in"> <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}">
@ -149,7 +155,7 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div> <!-- END WalletHome -->
<!-- <!--
@ -231,8 +237,7 @@
</div> </div>
</div> </div>
</div> </div>
</div> <!-- END Receive -->
</div>
<!-- <!--
@ -366,8 +371,7 @@
</form> </form>
</div> </div>
</div> </div>
<!-- end of row --> </div> <!-- END Send -->
</div>
<!-- <!--
@ -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>