mail/src/tpl/account.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">&#xe007;</button>
</header>
<div class="content">
<button ng-click="exportKeyFile()" class="btn" >Download encrypted key file</button>
</div>
</div>