Wallet/www/views/preferencesExternal.html
Gabrielbazan7 8c00fe27aa Bug fixes after rebase.
Please enter the commit message for your changes. Lines starting
2017-04-11 10:02:14 -04:00

14 lines
419 B
HTML

<ion-view>
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{externalSource}}</ion-nav-title>
<ion-nav-back-button>
</ion-nav-back-button>
</ion-nav-bar>
<ion-content>
<div class="padding">
<button class="button button-standard button-assertive" ng-click="showMneumonicFromHardwarePopup()">
{{'Show Recovery Phrase'|translate}}
</button>
</div>
</ion-content>
</ion-view>