mirror of
https://github.com/moparisthebest/mail
synced 2025-02-01 07:30:09 -05:00
10 lines
314 B
HTML
10 lines
314 B
HTML
<div class="lightbox-body" ng-controller="AccountCtrl">
|
|
<header>
|
|
<h2>Account</h2>
|
|
<button class="close" ng-click="closeAccount()" data-action="lightbox-close"></button>
|
|
</header>
|
|
|
|
<div class="content">
|
|
<button ng-click="exportKeyFile()" class="btn">Export keypair</button>
|
|
</div>
|
|
</div> |