add more buttons
This commit is contained in:
parent
0835c236f5
commit
1f7e9b2227
8 changed files with 35 additions and 32 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div
|
||||
class="topbar-container"
|
||||
<div
|
||||
class="topbar-container"
|
||||
ng-include="'views/includes/topbar.html'"
|
||||
ng-init="titleSection='Delete Wallet'; goBackToState = 'preferencesAdvanced'">
|
||||
</div>
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
<div class="columns text-center m10t">
|
||||
<p translate class="size-14 text-gray">Permanently delete this wallet. THIS ACTION CANNONT BE REVERSED</p>
|
||||
<button class="button expand warning" ng-click="preferences.deleteWallet()" translate>
|
||||
<button class="button round expand warning" ng-click="preferences.deleteWallet()" translate>
|
||||
Delete wallet
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue