mirror of
https://github.com/moparisthebest/mail
synced 2024-11-16 14:15:05 -05:00
10 lines
331 B
HTML
10 lines
331 B
HTML
|
<div class="lightbox-body" ng-controller="AccountCtrl">
|
||
|
<header>
|
||
|
<h2>Account</h2>
|
||
|
<button class="close" ng-click="hideAccountView()" data-action="lightbox-close"></button>
|
||
|
</header>
|
||
|
|
||
|
<div class="content">
|
||
|
<button ng-click="exportKeyFile()" class="btn" >Download encrypted key file</button>
|
||
|
</div>
|
||
|
</div>
|