UI refactor

This commit is contained in:
Gabriel Bazán 2016-02-11 15:50:34 -03:00
commit 85a9c1ad42

View file

@ -358,11 +358,11 @@
</a>
</div>
</div>
<div class="row m10t" ng-show="home.addr[index.walletId] && !home.blockUx && !home.generatingAddress" >
<div class="row m10t" ng-show="home.addr[index.walletId]" >
<div class="large-12 columns">
<div class="line-t size-10 text-gray m10b p10t">
<span translate> Share this wallet address to receive payments. To protect your privacy, new addresses are generated automatically once you use them.</span>
<a ng-click="home.setAddress(true)" translate>Generate new address</a>
<a ng-show="!home.blockUx && !home.generatingAddress" ng-click="home.setAddress(true)" translate>Generate new address</a>
</div>
</div>
</div>