mirror of
https://github.com/moparisthebest/mail
synced 2024-11-13 12:45:04 -05:00
10 lines
328 B
HTML
10 lines
328 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" >Download encrypted key file</button>
|
|
</div>
|
|
</div> |