fix final page

This commit is contained in:
bechi 2015-11-24 11:36:06 -03:00 committed by Javier
commit b89e7a2ff3

View file

@ -187,6 +187,17 @@
ng-click="$root.go('walletHome');" ng-click="$root.go('walletHome');"
translate>Finish translate>Finish
</button> </button>
<!-- hide this in multisig just to show less text -->
<div class="row m20t" ng-show="index.n==1">
<div class="columns size-10 text-gray">
<div class="p10t" style="border-top:1px solid #ccc">
<span translate>You can safely install your wallet on another device and use it from multiple devices at the same time.</span>
<a href="#" ng-click="$root.openExternalLink('https://github.com/bitpay/copay/blob/master/README.md#copay-backups-and-recovery')" translate>
Learn more about Copay backups
</a>
</div>
</div>
</div>
</div> </div>
</div> </div>
<div class="row m10t m10b text-center" ng-show="wordsC.backupError"> <div class="row m10t m10b text-center" ng-show="wordsC.backupError">
@ -201,20 +212,20 @@
<div class="button-box"> <div class="button-box">
<button <button
ng-style="{'background-color':index.backgroundColor}" ng-style="{'background-color':index.backgroundColor}"
class="button round expand m0" class="button round expand"
ng-click="wordsC.goToStep1();" ng-click="wordsC.goToStep1();"
translate>Try again translate>Try again
</button> </button>
</div> <!-- hide this in multisig just to show less text -->
</div> <div class="row m20t" ng-show="index.n==1">
<!-- hide this in multisig just to show less text --> <div class="columns size-10 text-gray">
<div class="row m20t" ng-show="index.n==1"> <div class="p10t" style="border-top:1px solid #ccc">
<div class="columns size-12 text-gray"> <span translate>You can safely install your wallet on another device and use it from multiple devices at the same time.</span>
<div class="p10t" style="border-top:1px solid #ccc"> <a href="#" ng-click="$root.openExternalLink('https://github.com/bitpay/copay/blob/master/README.md#copay-backups-and-recovery')" translate>
<span translate>You can safely install your wallet on another device and use it from multiple devices at the same time.</span> Learn more about Copay backups
<a href="#" ng-click="$root.openExternalLink('https://github.com/bitpay/copay/blob/master/README.md#copay-backups-and-recovery')" translate> </a>
Learn more about Copay backups </div>
</a> </div>
</div> </div>
</div> </div>
</div> </div>